Skip to main content
Back to registry

auth-implementation-patterns

wshobson/agents

Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill auth-implementation-patterns
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices. Authentication (AuthN) : Who are you? Authorization (AuthZ) : What can you do? Session-Based: Token-Based (JWT): OAuth2/OpenID Connect: - Implementing user authentication systems - Securing REST or GraphQL APIs - Adding OAuth2/social login - Implementing role-based access control (RBAC) - Designing session management - Migrating authentication systems - Debugging auth issues - Implementing SSO or multi-tenancy - Verifying identity (username/password, OAuth, biometrics) - Issuing credentials (sessions, tokens) - Managing login/logout - Permission checking - Role-based access control (RBAC) - Resource ownership validation - Policy enforcement - Server stores session state - Session ID in cookie - Traditional, simple, stateful - Stateless, self-contained - Scales horizontally - Can store claims - Delegate authentication - Social login (Google, GitHub) - Enterprise SSO - Never Store Plain Passwords : Always hash with bcrypt/argon2 - Use HTTPS : Encrypt data in transit - Short-Lived Access Tokens : 15-30 minutes max - Secure Cookies : httpOnly, secure, sameSite flags - Validate All Input : Email format, password strength - Rate Limit Auth Endpoints : Prevent brute force attacks - Implement CSRF Protection : For session-based auth - Rotate Secrets Regularly :...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does auth-implementation-patterns do?

Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.

Is auth-implementation-patterns good?

auth-implementation-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does auth-implementation-patterns work with?

auth-implementation-patterns currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to auth-implementation-patterns?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install auth-implementation-patterns?

npx skills add https://github.com/wshobson/agents --skill auth-implementation-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering