·epic-auth

Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack

15Installs·0Trend·@epicweb-dev

Installation

$npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth

How to Install epic-auth

Quickly install epic-auth AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: epicweb-dev/epic-stack.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth
Category
!Security
Verified
First Seen
2026-03-05
Updated
2026-03-10

Browse more skills from epicweb-dev/epic-stack

Quick answers

What is epic-auth?

Guide on authentication, sessions, OAuth, 2FA, and passkeys for Epic Stack Source: epicweb-dev/epic-stack.

How do I install epic-auth?

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

Where is the source repository?

https://github.com/epicweb-dev/epic-stack