Authentication
Manage dashboard and API access to your Engine instance.
Dashboard access
Grant dashboard access to your Engine instance.
- Navigate to the Engine dashboard page.
- Select the Permissions tab.
- Under Admins, select Add New Admin.
- 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
- Navigate to the thirdweb dashboard.
- Select the Permissions tab.
- 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
- Navigate to the thirdweb dashboard.
- Select the Permissions tab.
- Under Access Tokens, find the access token to revoke and select Delete.