From 1de84033a4f908710f0900dca29c0e382a8ab971 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:04:24 +0000 Subject: [PATCH] docs: auth token --- .../docs/140.account-settings/020.api-tokens.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/noco-docs/docs/140.account-settings/020.api-tokens.md b/packages/noco-docs/docs/140.account-settings/020.api-tokens.md index 406fb22bb8..714d9f29dd 100644 --- a/packages/noco-docs/docs/140.account-settings/020.api-tokens.md +++ b/packages/noco-docs/docs/140.account-settings/020.api-tokens.md @@ -32,7 +32,7 @@ Follow the steps below to create API Token ![Create API Token](/img/v2/account-settings/api-token-2.png) -:::warning +:::info - Only one token can be created per user - API Token does not expire, but it can be deleted anytime. ::: @@ -42,6 +42,9 @@ API Token created will get added to the list. Copy API token by clicking on `Cop ![Create API Token](/img/v2/account-settings/api-token-3.png) ## Delete API Token +:::warning +Note that, all the services using the API Token will stop working once the API Token is deleted. +::: Open Account Settings page from the user menu in the bottom left corner of the sidebar. 1. Click on `User menu` in the bottom left corner of the sidebar, @@ -54,12 +57,13 @@ Open Account Settings page from the user menu in the bottom left corner of the s ![Delete API Token](/img/v2/account-settings/api-token-4.png) -:::warning -Note that, all the services using the API Token will stop working once the API Token is deleted. -::: ## Auth Tokens +:::warning +Use of Auth tokens is deprecated since v0.205.1. Please use API Tokens for authentication. +::: + For quick experiments with the API, you can use the `Auth Tokens` to generate a temporary token. These tokens are valid for a session until the user logs out or for 10 hours. Follow the steps below to copy AUTH Token