skills/smithery.ai/authentication-security

authentication-security

Installation
SKILL.md

Authentication Security

Quick Navigation: Level 1: Quick Start (5 min) → Level 2: Implementation (30 min) → Level 3: Mastery (Extended)


Level 1: Quick Start (<2,000 tokens, 5 minutes)

Core Principles

  1. Multi-Factor Always: Require MFA for sensitive operations (TOTP, WebAuthn, hardware keys)
  2. Secure Tokens: Use RS256 for JWT, never HS256 with shared secrets in distributed systems
  3. Short-Lived Tokens: Access tokens <15 min, refresh tokens with rotation
  4. OAuth2 with PKCE: Always use PKCE for SPAs and mobile apps
  5. Session Security: httpOnly, secure, sameSite cookies with CSRF protection

Essential Checklist

Installs
1
First Seen
Mar 26, 2026
authentication-security from smithery.ai