Documentation/content/advanced/access-token.md
crapStone da1b77aa6a Add woodpecker ci & many linters (and their required fixes) (#377)
closes #238

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-authored-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/377
Co-authored-by: crapStone <crapstone01@gmail.com>
Co-committed-by: crapStone <crapstone01@gmail.com>
2024-06-11 07:51:22 +00:00

2.1 KiB

eleventyNavigation
key title parent
AccessToken Generating an Access Token AdvancedUsage

Access Tokens are special tokens that are used to authenticate to Codeberg through the API. They can be used to give applications access to your Codeberg account without sharing your password.

{% admonition "info" %}

This guide explains how to generate an access token from the website. However, you can also generate access tokens from the API. Read more at Forgejo's documentation.

{% endadmonition %}

Generating an Access Token

Access tokens grant full access to your account. You must handle them securely.

  1. In a web browser, go to Codeberg and click on the Profiles and Settings button on the top right. The button will be your profile picture.
  2. Click on Settings in the dropdown.
  3. Navigate to the Applications settings tab.
  4. Under Manage Access Tokens | Generate New Token, enter a name to identify your token in the Token Name field.
  5. Click the generate token button.

Your access token has now been generated! Copy your token and store it securely.

{% admonition "tip" %}

Be sure to generate new access tokens for each app you use, and delete them once they are not in use.

{% endadmonition %}

Deleting an Access Token

Once you are done using an access token, you should delete it. Deleting an access token revokes access to your account for apps using the token.

To delete an access token, click the red Delete button next to the access token you want to delete, then click Yes in the popup. Your access token is now deleted.