Verifiable Token Based Authentication Pattern

Security pattern for self-contained token authentication (e.g., JWT). Use when implementing stateless authentication, designing tokens with embedded claims, or building systems where tokens contain principal information and can be verified without server-side storage. Specialization of Authentication pattern.

igbuend 2e1bd86 4.3 KB Updated

File contents

igbuend/grimbard/tree/main/skills/verifiable-token-based-authentication-pattern commit 2e1bd86154

Frequently asked questions

npx skillmds@latest add igbuend/verifiable-token-based-authentication-pattern