oauth2.dev

Algorithm Settings

Standard Claims

Timing Claims

Custom Claims

This tool allows you to generate a JWT access token for testing and debugging purposes. You can customize the token by setting the claims and expiration time. The generated token can be used to test your application's handling of JWT tokens. Currently, only token signing using HMAC-SHA256 is supported (HS256). The generated token is signed using the provided secret. I will add support for other algorithms in the future.