1
0
Fork 0
mirror of synced 2024-05-19 12:12:36 +12:00

docs(acocunt): fix converting anon account

This commit is contained in:
Torsten Dittmann 2021-06-18 13:32:32 +02:00
parent 9346b5647b
commit af493324d0

View file

@ -1 +1 @@
Use this endpoint to allow a new user to register an anonymous account in your project. This route will also create a new session for the user. To allow the new user to convert an anonymous account to a normal account account, you need to update its [email and password](/docs/client/account#accountUpdateEmail).
Use this endpoint to allow a new user to register an anonymous account in your project. This route will also create a new session for the user. To allow the new user to convert an anonymous account to a normal account, you need to update its [email and password](/docs/client/account#accountUpdateEmail) or create an [OAuth2 session](/docs/client/account#accountCreateOAuth2Session).