What is epic-auth?
Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack Source: epicweb-dev/epic-stack.
Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack
Quickly install epic-auth AI skill to your development environment via command line
Source: epicweb-dev/epic-stack.
Least privilege - Users should only have access to what they need, when they need it. Sessions should have minimal permissions and expire appropriately. Don't grant more access than necessary.
Design to fail fast and early - Validate authentication and authorization as early as possible. Check session validity immediately, verify permissions before processing requests, and return clear errors quickly.
Epic Stack uses cookie-based sessions for authentication. Sessions are stored in the database and identified by signed cookies.
Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack Source: epicweb-dev/epic-stack.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-authGuide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack Source: epicweb-dev/epic-stack.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/epicweb-dev/epic-stack