Skip to content

Commit

Permalink
Merge pull request #8129 from appwrite/fix-users-create-token-descrip…
Browse files Browse the repository at this point in the history
…tion

Update users create token description
  • Loading branch information
TorstenDittmann committed May 16, 2024
2 parents 0365f48 + 0c5cf36 commit 8267ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/users/create-token.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 8267ed4

Please sign in to comment.