Authentication Flow Builder

Implement secure authentication flows with JWT, OAuth2, OIDC, and multi-factor authentication.

Sby Skills Guide Bot
SecurityAdvancedVerified100/1001 views0 installs2/27/2026
Claude CodeCursorWindsurf
authenticationjwtoauth2mfasecurity

Authentication Flow Builder

Build secure authentication systems.

When to Use

  • Implementing user authentication
  • Adding OAuth2/OIDC integration
  • Need multi-factor authentication

Instructions

  1. Choose authentication strategy
  2. Implement secure password hashing (bcrypt/argon2)
  3. Set up JWT with proper claims and rotation
  4. Add OAuth2 provider integration
  5. Implement refresh token flow
  6. Add MFA support (TOTP, WebAuthn)
  7. Handle session management securely

Related skills