Carlos
WWasp
•Created by brutushillwood on 4/7/2025 in #🙋questions
Has anyone tried replacing WASP authentication with Auth0?
Hey @brutushillwood, I'm not sure about a timeline for this, but I can tell you I was fighting with this yesterday as well, and Miho shared a way to do a custom implementation. The example is Spotify but you can swap that for another OAuth provider (like Auth0).
https://discord.com/channels/686873244791210014/920312576133443634/1358743398064066663
10 replies
WWasp
•Created by Sergio Visinoni on 9/19/2024 in #🙋questions
Referencing entities via enums
For everyone who might have been following this issue, you are now allowed to import your enums directly from
@prisma/client
in your client code as well: https://discord.com/channels/686873244791210014/916285649269690389/135874404633123649343 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
works as expected
21 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
Oh damn, yes it does! 😅
21 replies
WWasp
•Created by Zuck on 4/3/2025 in #🙋questions
React Requirement
they have some deps that require react 19you can try asking for a slightly older version that doesn't
8 replies
WWasp
•Created by Zuck on 4/3/2025 in #🙋questions
React Requirement
You can follow this issue https://github.com/wasp-lang/wasp/issues/2482, this will probably get done in the short term
8 replies
WWasp
•Created by William Jin on 4/3/2025 in #🙋questions
Mailgun not working periodically
Given that Wasp is not sending emails itself but (in your case) through Mailgun, I think probably it's one of the following three factors:
1. the content and cadence of the emails themselves
2. your domain configuration in mailgun
3. mailgun's own configuration
Outlook is famously fussy with the email it will allow, but Mailgun is one of the leading providers so I'd rule out option (3). I'd try to see if Mailgun gives you any insight in the Failed statistics. You can also try using tools like Mail Tester's analyzer, that will tell you what common filters might see as spammy from your emails (both from options (1) and (2)). Ultimately, I don't know of many more workarounds, but you can probably look at Mailgun's docs or contact their support for help.
6 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
If this is a super deal-breaker for you, you can create an issue at https://github.com/wasp-lang/wasp/issues/new/choose and we'll triage it shortly 🙏🏼
21 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
Best workaround I can give you is to make sure that you're logged in to the Google account before trying to log in to your Wasp app and it will show the account chooser.
21 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
Nope, we don't allow that right now 😕
21 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
I'm checking now if we allow adding parameters to the OAuth redirect, one sec...
21 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?
In Google's OAuth docs, I can see that they accept a
prompt=select_account
parameter that forces the account chooser to always be shown.21 replies
WWasp
•Created by Gus on 3/28/2025 in #🙋questions
How can I prevent google login to automatically login with the latest chosen account?

21 replies
WWasp
•Created by G35x on 3/31/2025 in #🙋questions
TanStack Tables with WASP?
Nothing specific to take care of, just get the data from the generated hooks and show it with tanstack table. Go nuts!
8 replies
WWasp
•Created by Cam Pak on 3/31/2025 in #🙋questions
Is it possible to run Wasp in the browser with the Haskell compiled to Wasm?
This is something we already have on our radar, but haven't yet fully looked into. It should probably be possible, since e.g. Pandoc got it, but just we haven't tried yet
8 replies