1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00
appwrite/docs/references/users/create-token.md
Steven Nguyen 0c5cf36dcd
fix(docs): update users create token description
1. The endpoint does not create a user
2. The endpoint is incorrect
2024-05-15 19:15:44 +00:00

2 lines
259 B
Markdown

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.