Skip to main content

Authentication

Engine can be managed via the thirdweb dashboard or API.

Dashboard access

The wallet address matching the ADMIN_WALLET_ADDRESS environment variable is the only user able to manage Engine from the thirdweb dashboard.

Granting Engine access to other users (wallet addresses) is coming soon.

API access

Admins are able to create access tokens which are long-lived secret credentials that grant access to the Engine API.

Creating a access token

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

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

Revoking a 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.