What problem does it solve?
This Skill automates the complex setup of user authentication, login/signup flows, and secure user management in Wasp applications. It eliminates manual configuration, reducing security risks and development time.
Core Features & Use Cases
- Full Auth Setup: Configure username/password, email verification, and OAuth (Google, GitHub) with minimal code.
- User Management: Easily handle user data, access auth fields, and create protected routes.
- Security Best Practices: Enforces Wasp's secure password handling and user model design, preventing common vulnerabilities.
- Use Case: Quickly integrate email/password and Google OAuth into your new Wasp project, complete with secure login, signup, and protected dashboard routes, all without writing boilerplate.
Quick Start
Set up email and password authentication for my Wasp application. Include login and signup pages, and ensure user data is securely managed.