Updated docs for MaxTokenExpiration, session timeouts & user token creation#45
Conversation
Preview Available 🚀Commit Author: Madhushree Ray Preview Link: turbot-com-git-docs-pipesissue-44-user-access-jwt-turbot.vercel.app |
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation to reflect recent changes to token management and session timeout functionality. It introduces documentation for a new Maximum Token Expiration setting and updates the user token creation process.
- Added documentation for the new Maximum Token Expiration tenant setting
- Updated user token creation documentation to reflect the new token creation UI with title and expiration options
- Made minor corrections to session timeout documentation wording
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/accounts/tenant/authentication.md | Added new Maximum Token Expiration section and corrected session timeout description |
| docs/accounts/developer/advanced.md | Updated token creation process documentation and increased token limit from 2 to 5 |
|
|
||
| You can configure the maximum duration of tokens issued to users in your tenant. This setting applies to both temporary tokens issued via the console (browser) or CLI and user access tokens managed via their profile settings. | ||
|
|
||
| The default value is `Never` this allows tokens to be issued without expiration. |
There was a problem hiding this comment.
Missing punctuation. Add a comma or period after 'Never' to separate the clauses: 'The default value is Never, which allows tokens to be issued without expiration.' or 'The default value is Never. This allows tokens to be issued without expiration.'
| The default value is `Never` this allows tokens to be issued without expiration. | |
| The default value is `Never`. This allows tokens to be issued without expiration. |
|
|
||
| You can configure the maximum duration of tokens issued to users in your tenant. This setting applies to both temporary tokens issued via the console (browser) or CLI and user access tokens managed via their profile settings. | ||
|
|
||
| The default value is `Never` this allows tokens to be issued without expiration. |
Preview Available 🚀Commit Author: Madhushree Ray Preview Link: turbot-com-git-docs-pipesissue-44-user-access-jwt-turbot.vercel.app |
No description provided.