1
0
Fork 0
mirror of synced 2024-08-03 04:21:46 +12:00
appwrite/docs/references/users/create-token.md

1 line
349 B
Markdown
Raw Normal View History

2024-01-13 06:32:05 +13:00
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.