If your app uses Privy as your authentication provider, you can skip this step.
- Get your JWKS.json endpoint from your authentication provider (e.g. Auth0, Firebase, Stytch). Privy will use this endpoint to verify access tokens for your users.
- In the Authentication page of the Configuration section of the Privy Dashboard, enable JWT-based authentication.
- Once JWT-based authentication has been enabled, register the JWKS.json endpoint from your authentication provider and the name of the JWT claim that specifies the user’s ID (typically
sub
).