Glossary
Self-Contained Token
A self-contained token carries the information needed for validation and authorization inside the token itself rather than requiring a lookup for every request. JWTs are a common example.
A self-contained token carries the information needed for validation and authorization inside the token itself rather than requiring a lookup for every request. JWTs are a common example.