JavaScript is disabled. Some features may not work.
Authentication Patterns — ★ 2.2K GitHub Stars — Install Guide | SkillsNav
🇺🇸 English🇨🇳 中文
SkillsNav
Home

Authentication Patterns

★ 2.2K repovulnerabilityN/AIntermediateClaude
🤖 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 -r
import jwt from "jsonwebtoken"; interface TokenPayload { sub: string; email: string;

Details

Category Security → vulnerability
Sourcerohitg00/awesome-claude-code-toolkit
SKILL.mdView on GitHub →
Repo Stars★ 2.2K
Est. per Skill54 (shared across 40 skills from this repo)
DifficultyIntermediate
Risk LevelN/A

Related Skills

Works Well With

Skills from the same repository — often designed to work together