From 741f7cbbc8e9b0e4cc10ef6a71ede956142c0ccd Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:32:05 +0000 Subject: [PATCH] docs: update create token desc --- docs/references/users/create-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/users/create-token.md b/docs/references/users/create-token.md index 47eae7a39b..1ab34a3d74 100644 --- a/docs/references/users/create-token.md +++ b/docs/references/users/create-token.md @@ -1 +1 @@ -Returns a custom 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. By default, the secret sent in the response is valid for 15 minutes. \ No newline at end of file +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. \ No newline at end of file