Handles the full auth stack from JWT and OAuth to RBAC, which is exactly what you need when you're tired of rebuilding login systems. Covers five authentication methods including session management, password hashing with bcrypt or argon2, and MFA support. The step-by-step implementation walks through registration, login, token refresh, and logout endpoints with database schemas included. Social login works with Google, GitHub, and Microsoft out of the box. Security defaults are sensible: 15-minute access tokens, 7-day refresh tokens, and token revocation at the database level. Good for new projects or when you're migrating away from a legacy auth setup.
npx -y skills add supercent-io/skills-template --skill authentication-setup --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
prisma/skills
firebase/agent-skills
Dexploarer/hyper-forge
itsmostafa/aws-agent-skills
prisma/skills