JWT Keys

Control the keys used to sign JWTs for your project

Used to decode your JWTs. You can also use this to mint your own JWTs.
seconds

How long access tokens are valid for before a refresh token has to be used. Recommendation: 3600 (1 hour).

Generate a new JWT secret

A random secret will be created, or you can create your own.

You need additional permissions to update JWT settings