1
0
Fork 0
mirror of synced 2024-08-02 20:12:01 +12:00
appwrite/docs/references/users/create-token.md
2024-01-12 17:32:05 +00:00

1 line
349 B
Markdown

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.