1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

fix(docs): update users create token description

1. The endpoint does not create a user
2. The endpoint is incorrect
This commit is contained in:
Steven Nguyen 2024-05-15 12:11:56 -07:00 committed by GitHub
parent 0365f4818b
commit 0c5cf36dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1 @@
Returns a token with a secret key for creating a session. If the provided user ID has not be registered, a new user will be created. Use the returned user ID and secret and submit a request to the [PUT /account/sessions/custom](https://appwrite.io/docs/references/cloud/client-web/account#updateCustomSession) endpoint to complete the login process.
Returns a token with a secret key for creating a session. Use the user ID and secret and submit a request to the [PUT /account/sessions/token](https://appwrite.io/docs/references/cloud/client-web/account#createSession) endpoint to complete the login process.