Secure Auth

Implement authentication securely — authentication vs authorization, password hashing (argon2id/bcrypt), sessions vs JWT (storage, expiry, refresh, revocation), MFA, OAuth2/OIDC flows, and defenses against credential stuffing, session fixation, and CSRF. Worked examples + a runnable password-policy check.

vanara-agents aff0864 8 files · 31.7 KB Updated

File contents

vanara-agents/skills/tree/main/skills/secure-auth commit aff08642b6

Frequently asked questions

npx skillmds@latest add vanara-agents/secure-auth