Tag: tokens
Browse 4 practical software engineering resources tagged with "tokens". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving tokens. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Security Tokens
Tokens are short-lived credentials used for authentication and authorization. They are central to session management, API access, and single sign-on.
The resources below cover JWT, access tokens, refresh tokens, opaque tokens, and token storage. Each guide helps you use tokens securely.
Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.
Node.js JWT Authentication: Verify and Refresh Tokens
Implement JWT authentication in Node.js with access and refresh tokens
Design Tokens with CSS Custom Properties
How to build a design token system using CSS custom properties, including color scales, spacing,...
AI LLM Cost Tracking Template
Track token usage and costs per feature, model, and user. Includes cost categories, pricing tables,...
Secrets Rotation Template
A template for scheduling and tracking the rotation of API keys, tokens, and certificates.