·auth-patterns

Authentication and authorization patterns. Use when implementing login flows, JWT tokens, session management, password security, OAuth 2.1, Passkeys/WebAuthn, or role-based access control.

4Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill auth-patterns

SKILL.md

Implement secure authentication with OAuth 2.1, Passkeys, and modern security standards.

| Access | 15 min - 1 hour | Memory only | | Refresh | 7-30 days | HTTPOnly cookie |

| Password hash | Argon2id > bcrypt | | Access token expiry | 15 min - 1 hour | | Refresh token expiry | 7-30 days with rotation | | Session cookie | HTTPOnly, Secure, SameSite=Strict | | Rate limit | 5 attempts per minute | | MFA | Passkeys > TOTP > SMS | | OAuth | 2.1 with PKCE (no implicit) |

Authentication and authorization patterns. Use when implementing login flows, JWT tokens, session management, password security, OAuth 2.1, Passkeys/WebAuthn, or role-based access control. Source: yonatangross/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill auth-patterns
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is auth-patterns?

Authentication and authorization patterns. Use when implementing login flows, JWT tokens, session management, password security, OAuth 2.1, Passkeys/WebAuthn, or role-based access control. Source: yonatangross/skillforge-claude-plugin.

How do I install auth-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill auth-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/yonatangross/skillforge-claude-plugin