Browse Source

Merge pull request #8292 from nocodb/nc-docs/auth-token

docs: auth token
pull/8293/head
Pranav C 3 months ago committed by GitHub
parent
commit
37b55639fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      packages/noco-docs/docs/140.account-settings/020.api-tokens.md

12
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) ![Create API Token](/img/v2/account-settings/api-token-2.png)
:::warning :::info
- Only one token can be created per user - Only one token can be created per user
- API Token does not expire, but it can be deleted anytime. - 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) ![Create API Token](/img/v2/account-settings/api-token-3.png)
## Delete API Token ## 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. 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, 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) ![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 ## 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. 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 Follow the steps below to copy AUTH Token

Loading…
Cancel
Save