·epic-auth

Epic Stack の認証、セッション、OAuth、2FA、およびパスキーに関するガイド

5インストール·0トレンド·@rubenpenap

インストール

$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.

Epic Stack の認証、セッション、OAuth、2FA、およびパスキーに関するガイド ソース: rubenpenap/epic-stack-agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-auth
カテゴリ
!セキュリティ
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

epic-auth とは?

Epic Stack の認証、セッション、OAuth、2FA、およびパスキーに関するガイド ソース: rubenpenap/epic-stack-agent-skills。

epic-auth のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-auth インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

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