·epic-auth

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

5Installs·0Trend·@rubenpenap

Installation

$npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-auth

SKILL.md

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: rubenpenap/epic-stack-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-auth
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is epic-auth?

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

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/rubenpenap/epic-stack-agent-skills --skill epic-auth Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rubenpenap/epic-stack-agent-skills