Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.06 KB

personal-access-tokens.md

File metadata and controls

24 lines (17 loc) · 1.06 KB
title
Personal Access Tokens

Personal Access Tokens

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.

Creating a devzero personal access token

Deleting a token is performed in the same section.

Creating a devzero personal access token

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.

{% code lineNumbers="false" %}

dz auth login --token <token contents>

{% endcode %}