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
+1 -1
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.