From context-engine
Authentication and security patterns - JWT, OAuth, sessions, RBAC, input validation. Auto-loaded when working with auth, middleware, or security files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-engine:auth-securityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Store JWTs in httpOnly cookies (not localStorage) for web apps
npx claudepluginhub littlelingo/context-engine --plugin context-engineGuides implementation of authentication (JWT, OAuth2, sessions), authorization (RBAC), encryption, secrets management, CORS, and rate limiting with code examples and anti-pattern checks.
Guides implementation of authentication, authorization, input validation, and OWASP Top 10 prevention. Covers password hashing, SQL injection prevention, CORS/CSP, JWT, and more.
Guides implementation of authentication, authorization, input validation, encryption, and OWASP Top 10 prevention with secure coding patterns (bcrypt, parameterized queries, JWT, Zod, CORS/CSP).