epic-auth
Installation
SKILL.md
Epic Stack: Authentication
When to use this skill
Use this skill when you need to:
- Implement user authentication
- Work with sessions and cookies
- Configure OAuth providers (GitHub, Google, etc.)
- Implement 2FA (Two-Factor Authentication)
- Implement WebAuthn/Passkeys
- Handle login, signup, logout flows
- Manage email verification
- Implement password reset
Patterns and conventions
Authentication Philosophy
Related skills
More from epicweb-dev/epic-stack
epic-react-patterns
Guide on React patterns, performance optimization, and code quality for Epic
43epic-ui-guidelines
Guide on UI/UX guidelines, accessibility, and component usage for Epic Stack
32epic-testing
Guide on testing with Vitest and Playwright for Epic Stack
22epic-routing
Guide on routing with React Router and react-router-auto-routes for Epic Stack
20epic-forms
Guide on forms with Conform and validation with Zod for Epic Stack
19epic-caching
Guide on caching with cachified, SQLite cache, and LRU cache for Epic Stack
17