The Boring JavaScript Stack uses session-based authentication with multiple sign-in methods. The Ascent templates provide production-ready implementations of password auth, magic links, passkeys, two-factor authentication, password reset, and OAuth — all built on Sails.js actions, helpers, and policies.
Read individual rule files for detailed explanations and code examples:
Authentifizierungsmuster für The Boring JavaScript Stack – sitzungsbasierte Authentifizierung mit Passwort, Magic Links, Passkeys (WebAuthn), Zwei-Faktor-Authentifizierung (TOTP/E-Mail/Backup-Codes), Passwort-Reset und OAuth. Verwenden Sie diese Fähigkeit, wenn Sie einen Authentifizierungsfluss in einer Sails.js-Anwendung implementieren oder ändern. Quelle: sailscastshq/boring-stack.
Ö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/sailscastshq/boring-stack --skill authentication Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw