NemusAI
NemusAI
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
🙏
21 replies
WWasp-lang
Created by NemusAI on 5/28/2024 in #🙋questions
Is the isEmailAutoVerified boolean accessible/usable/exposed?
My "solution" was quite janky but for future - I enabled username auth and then forced a change to the label for username to change it to email Not proud of it but it works 😅
7 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
Actually, this wont work - I'm using opensaas which requires an email auth method for Stripe. It needs to be Email + skip verification 😦
21 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
Or, even more hackily 😅 , what if we just changed the label of username to email somehow? So it would be username/pw auth, but the field label would change from username to email - that way we capture email, no verification required, automatic sign in
21 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
I guess the question here is - can I hide the username field (and auto-fill it somehow) on username sign up?
21 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
(and then that will also auto sign in the user since we're username/pw)?
21 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
What about going with username sign up, but adding the additional email field, hiding the username field, and auto-creating a username based on everything before @domain.com ?
21 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
We need to use capture email unfortunately (hard requirement), but eventually we will likely have email verification. For now though we need to skip it to allow seamless login (somewhat related to this message where you mention you cannot have log in upon sign up without verifying email): https://discord.com/channels/686873244791210014/1244519109467570246/1244700682951590040 Upon further reflection, it looks like these are two parts to the one problem: How to log a user in after email sign up (which requires disabling email verification)
21 replies
WWasp-lang
Created by NemusAI on 5/27/2024 in #🙋questions
Disable Email Verification in Production
For additional context, Im using the opensaas template
21 replies