Authentication Patterns
🤖 AI Summary
This skill validates and decodes JWT tokens by extracting the `sub` and `email` claims from a `TokenPayload` interface, enabling stateless user authentication and identity verification in API requests.
How to Install
Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/authentication-patterns ~/.claude/skills/SKILL.md -rimport jwt from "jsonwebtoken"; interface TokenPayload { sub: string; email: string;
Details
| Category | Security → vulnerability |
| Source | rohitg00/awesome-claude-code-toolkit |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 2.2K |
| Est. per Skill | 54 (shared across 40 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
firmware-analyst
Download from vendor wget http://vendor.com/firmware/update.bin Extract from device via debug interf
firmware-analyst
Download from vendor wget http://vendor.com/firmware/update.bin Extract from device via debug interf
Security Hardening
Validate all input at the boundary. Never trust client-side validation alone. import { z } from 'zod
atlas-ledger
Atlas Ledger v2.2 Give the Atlas series a memory. Contents Output Language When To Run Distillation
Works Well With
Skills from the same repository — often designed to work together