Authentication Security

Use this skill whenever building or modifying login, signup, logout, password reset, session handling, token storage, "remember me" behavior, protected routes, or "Login with Google/GitHub" (OAuth) flows. Trigger on requests like "add auth," "protect this route," "add login with Google," "users keep getting logged out," "how should I store the token," or any question about JWT, sessions, cookies, or password hashing. This is the single most common place an AI coding agent introduces a security hole that doesn't show up until someone is actively trying to exploit it — trigger proactively any time auth code is touched, even for what looks like a small change.Authentication & Session Security

alyanhaider d8b6de9 4 files · 30.4 KB Updated

File contents

alyanhaider/system-architecture/tree/main/skills/authentication-security commit d8b6de9da6

Frequently asked questions

npx skillmds@latest add alyanhaider/authentication-security