wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.64k stars 1.18k forks source link

Auth UI - provide ready login/signup page(s) #1177

Open Martinsos opened 1 year ago

Martinsos commented 1 year ago

It is still relatively cumbersome to have to implement your own login/signup page, even via the already prepared forms that Wasp offers, and then wire those up.

Would it make sense to offer already ready pages, or one page if two forms are merged in it? Maybe Wasp creates those and you just import them? Or maybe we scaffold it for them? Maybe when they start the project? I guess they can just use the SaaS template then hm but still. Maybe we ask them about auth interactively when starting a new project and just create these pages for them? I am not sure what is the best solution, but I do think we should offer something, as it would make it really easy to start with auth and not have to worry about it at all, since it is usually not the thing that one wants to spend time on optimizing when you start a new project.

Martinsos commented 1 year ago

@matijaSos what are your thoughts on this?