Auth Hardening

Review, harden, and design authentication and session management: login, logout, session lifecycle, password storage, JWT and cookie handling, refresh tokens, brute-force and enumeration resistance, MFA/OTP, password reset, roles and permissions. Use whenever a task touches sign-in, sessions, tokens, or authorization, even casually. Defensive only.

AL-JANEF Updated

File contents

AL-JANEF/janef-forge/tree/main/skills/security/auth-hardening commit 9ec6e5a0cd

Frequently asked questions

npx skillmds@latest add al-janef/auth-hardening-2