vincanger
vincanger
i started addressing the e2e tests in this PR >> https://github.com/wasp-lang/open-saas/pull/69
completed in https://github.com/wasp-lang/open-saas/pull/69
Very nice, @OlegGulevskyy 🚀. This seems like a really great start. This is the first time I've actually looked at the deploy code as this isn't really my domain. Learning...
oh nice catch @og118! I'm assigning you to this issue. Let us know if you have any Questions along the way :) just so you know, there are a lot...
Closing this now @og118 Thanks so much 🙏 -- btw do you have a twitter account? we would love to feature your contribution!
> Sure, here you go: [Twitter](https://twitter.com/og_1181), I am not that active on Twitter, but thank you so much! > POSTED! https://x.com/WaspLang/status/1762474716487450920?s=20
I really like these ideas, @vxlm! Regarding the `usernameAndPassword` authentication method, it's written in the docs that it's only to be used to kick start the template. So in that...
fixed in recent commit
Hey @zacker330, I believe that there actually is a bug in the Wasp Auth in this case. @infomiho can confirm if this is true or not. For the time being,...
> Same problem here @MiqueiasGFernandes try making the `email`, `username`, and `password` fields of your user entity optional (`?`), like this: ``` entity User {=psl id Int @id @default(autoincrement()) email...