·epic-auth
!

epic-auth

Leitfaden zu Authentifizierung, Sitzungen, OAuth, 2FA und Passkeys für Epic Stack

15Installationen·0Trend·@epicweb-dev

Installation

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

So installieren Sie epic-auth

Installieren Sie den KI-Skill epic-auth schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: 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.

Leitfaden zu Authentifizierung, Sitzungen, OAuth, 2FA und Passkeys für Epic Stack Quelle: epicweb-dev/epic-stack.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth
Kategorie
!Sicherheit
Verifiziert
Erstes Auftreten
2026-03-05
Aktualisiert
2026-03-10

Browse more skills from epicweb-dev/epic-stack

Schnelle Antworten

Was ist epic-auth?

Leitfaden zu Authentifizierung, Sitzungen, OAuth, 2FA und Passkeys für Epic Stack Quelle: epicweb-dev/epic-stack.

Wie installiere ich epic-auth?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-auth Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

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