Where to configure
Go to Access Control in your developer dashboard.Two outcomes
When you create a gate that uses an access list, you choose one of:- Allow Site Access – Users not on the list are blocked at sign-in (no JWT is issued). Works with any integration; no SDK needed for enforcement.
- Return scope – Users on the list get a scope added to their JWT. Use this for fine-grained UI (for example, showing beta features). Reading scopes and customizing the experience is SDK-specific; see the links below.
Setup
- Click Create new gate.
- Name your gate.
- Select the outcome: Allow Site Access or Return scope.
- Choose the type of identifier (email, wallet address, or other).
- Enter the identifier. You can add an alias to keep track of users.
- Click Add + to add the user to the list. Repeat as needed.
- Save and enable the toggle.