Full-stack Auth for React/Node by Wasp - Free OSS auth without 3rd party services, deploy anywhere

Full-stack auth solution for React, Node.js, and Prisma stack. Specify the supported authentication methods (e.g., email, Google, GitHub) and get everything from UI to the database models. No 3rd party services, powered by Wasp framework.

Add a comment

Replies

Best
Being an Auth0 Ambassador, I can surely say the Wasp Auth module would provide a simpler way of adding authentication to the web apps.
thank you! I used Auth0 in the past and still like them! We are trying to go for a more minimal solution that is part of your codebase, part of the framework. In the future we might also look into having an integration with Auth0, that could be interesting.
That would be a great roadmap item. I really liked the minimalism it has :)
Go Wasp! congrats on the launch, this looks really easy to get started, I'll definitely try this out in our next projects. 🚀
Wouldn't it be safer with a third party tho? Putting the responsibility to guard the authentication database is a lot? or?
Good question! IMO the answer is not black and white and depends on what you need. But, if you use your database to store your users' data (not username/pass, but everything else they do in your platform), which is often even more sensitive than auth data, why wouldn't you also trust your database with the auth data?
I'm not sure what the norm is, but user data should be encrypted.
Wasp automatically encrypts your user's auth data (e.g. password). For the rest of the data it often isn't encrypted by default, that depends on the use case.
Congratulations on simplifying authentication for React, Node.js, and Prisma stack developers! 🔒
that's exactly the goal. Thanks! 🙏
This is cool Congratulations on the launch!!!
glad you like it 🙏
Congratulations on the launch!
🙏
Wow, this is impressive! This is such a straightforward solution! One question that comes to mind is: Can Wasp Auth be integrated with existing authentication systems or does it require starting from scratch?
thank you 🙏. Wasp Auth comes bundled in the Wasp framework but doesn't restrict you from other third-party services or solutions you might wanna use. In the end, it's a React/Node full-stack app and the code is yours!
I think this will solve my problem! Thank you
problem-solving is great! 🙏
Cool ! Wonderful idea
amazing work team! keep these coming 🚀
appreciated! 🙏