What problem does it solve?
This Skill removes guesswork from building authentication in Insites by providing strict, security-first guidance for registration, login, logout, and session handling.
Core Features & Use Cases
- Secure Registration: Create user signup flows with proper CSRF protection, password handling, and automatic sign-in after account creation.
- Secure Login and Logout: Implement password verification, generic failure handling, session creation, and safe session destruction.
- Auth Best Practices: Use the built-in Insites authentication model for current-user access, authorization boundaries, redirects, and form safety.
- Use Case: A developer can use this Skill to add a complete, production-ready authentication flow to an Insites app without inventing insecure patterns.
Quick Start
Ask the skill to implement or review an Insites authentication flow for registration, login, logout, and protected-page access with CSRF-safe forms and session-based security.