Skip to main content

Authentication

Manage dashboard and API access to your Engine instance.

Dashboard access

Grant dashboard access to your Engine instance.

  1. Navigate to the Engine dashboard page.
  2. Select the Permissions tab.
  3. Under Admins, select Add New Admin.
  4. Provide the wallet address owned by the user to add.

The user with this wallet address can now manage your Engine instance.

The ADMIN_WALLET_ADDRESS the always an admin user.

API access

Grant API access to your Engine instance with long-lived access tokens.

Create an access token

  1. Navigate to the thirdweb dashboard.
  2. Select the Permissions tab.
  3. Under Access Tokens, select Create Access Token.
tip

An access token is only shown once! Store it in a secure place, and revoke the access token if it is compromised.

Provide the header Authorization: Bearer <access_token> when calling the Engine API.

Revoke an access token

  1. Navigate to the thirdweb dashboard.
  2. Select the Permissions tab.
  3. Under Access Tokens, find the access token to revoke and select Delete.