RFC 9068: JWT Profile for OAuth 2.0 Access Tokens

datatracker.ietf.org/doc/html/rfc9068

The JWT Access Token profile describes a way to encode access tokens as a JSON Web Token, including a set of standard claims that are useful in an access token.

JWTs can be used as OAuth 2.0 Bearer Tokens to encode all relevant parts of an access token into the access token itself instead of having to store them in a database.

Related Specs:

More resources