Agent skill

authentication-best-practices

Use established authentication libraries rather than implementing from scratch Use when implementing security best practices. Security category skill.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/authentication-best-practices

Metadata

Additional technical details for this skill

category
Security
priority
high
is built in
YES
session guardian id
builtin_auth_best_practices

SKILL.md

Authentication Best Practices

Use established authentication libraries rather than implementing from scratch. Hash passwords with bcrypt, Argon2, or scrypt with appropriate cost factors. Implement rate limiting on login endpoints. Use secure session management with proper cookie flags (HttpOnly, Secure, SameSite). Support MFA for sensitive operations. Log authentication events for security monitoring.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results