The application is designed to check your tokens using a public key.
In the JWT checker application, you can check your keys for the following algorithms:
- HS256, HS384, HS512
- RS256, RS384, RS512
- ES255, ES384, ES512
- PS256, PS384
The application works by checking the JWT token offline (except for PS algorithms so far. In development).
By decoding the token, you can copy the contents of the header and body to the clipboard in order to use them elsewhere.
TODO:
1.Create the ability to share the configuration
2. Manage your favorite tokens
3. Work with a private key
In the JWT checker application, you can check your keys for the following algorithms:
- HS256, HS384, HS512
- RS256, RS384, RS512
- ES255, ES384, ES512
- PS256, PS384
The application works by checking the JWT token offline (except for PS algorithms so far. In development).
By decoding the token, you can copy the contents of the header and body to the clipboard in order to use them elsewhere.
TODO:
1.Create the ability to share the configuration
2. Manage your favorite tokens
3. Work with a private key
Show More