Personal Access Tokens
Managing personal access tokens on DevZero.
Managing Personal Access Tokens
To manage Personal access tokens, nagivate to User Settings and find the "Personal Access Tokens" section
To create a token, click on "Create new token". Once the token is created, be sure to copy and save the token contents somewhere secure, it will not be shown again.
Deleting a token is performed in the same section.
Using a personal access token
A personal access token can be used to authenticate the dz
cli. Simply log in by passing the token contents via the --token
flag. Upon token expiry, the cli will prompt to re-authenticate.