auth-ops

Installation
SKILL.md

Auth Operations

Comprehensive authentication and authorization patterns for secure application development across languages and frameworks.

Authentication Method Decision Tree

Use this tree to select the right authentication strategy for your use case.

What are you building?
├─ Traditional web application (server-rendered)?
│  └─ Session-based authentication
│     ├─ Server stores session data (Redis/DB)
│     ├─ Session ID in httpOnly cookie
│     └─ Best for: monoliths, SSR apps, admin panels
├─ API consumed by multiple clients?
│  └─ JWT (JSON Web Tokens)
Related skills
Installs
10
GitHub Stars
17
First Seen
Mar 22, 2026