1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Merge pull request #8129 from appwrite/fix-users-create-token-description

Update users create token description
This commit is contained in:
Torsten Dittmann 2024-05-16 12:04:11 +02:00 committed by GitHub
commit 8267ed41fb
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.