diff --git a/docs/references/account/create-jwt.md b/docs/references/account/create-jwt.md index c606222eb..424063b2c 100644 --- a/docs/references/account/create-jwt.md +++ b/docs/references/account/create-jwt.md @@ -1 +1 @@ -Use this endpoint to create a JSON Web Token. You can use the resulting JWT to authenticate on behalf of the current user when working with the Appwrite server-side API and SDKs. The JWT secret is valid for 15 minutes from its creation and will be invalid if the user will logout. \ No newline at end of file +Use this endpoint to create a JSON Web Token. You can use the resulting JWT to authenticate on behalf of the current user when working with the Appwrite server-side API and SDKs. The JWT secret is valid for 15 minutes from its creation and will be invalid if the user will logout in that time frame. \ No newline at end of file