auth-implementation-patterns
Secure authentication and authorization patterns including JWT, OAuth2, RBAC, and security best practices.
Install
npx skills add https://github.com/wshobson/agents --skill auth-implementation-patternsStats
| Total installs | 4,538 |
| Weekly installs | 4.5K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers JWT (with refresh token flow), session-based, and OAuth2/social login strategies with production-ready code examples
- Includes role-based access control (RBAC), permission-based authorization, and resource ownership validation patterns
- Provides password hashing with bcrypt, rate limiting, and security best practices including token expiration and secure cookie flags
- Demonstrates common pitfalls to avoid: weak passwords, client-only auth checks, missing token expiration, and unvalidated password resets
Tags
Related skills
| Skill | Installs | vs auth-implementation-patterns |
|---|---|---|
| firebase-auth-basics | 4,232 | -306 |
| gitops-workflow | 3,690 | -848 |
| gws-modelarmor-sanitize-prompt | 5,718 | +1,180 |
| api-security-best-practices | 4,121 | -417 |
| email-best-practices | 4,183 | -355 |
FAQ
- How many installs does auth-implementation-patterns have?
- auth-implementation-patterns has 4,538 total installs and 4.5K installs this week.
- Where is auth-implementation-patterns hosted?
- auth-implementation-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does auth-implementation-patterns have?
- auth-implementation-patterns has 32.4K GitHub stars.
- When was auth-implementation-patterns first indexed?
- OrangeBot.AI first indexed auth-implementation-patterns on Jan 20, 2026.
- How do I install auth-implementation-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill auth-implementation-patterns