Skip email verification for users invited via email.
In my app, users can invite someone to join their organization via email. I’d like to make it so that invited users don’t have to verify their email address once they sign up, as they have already clicked a link in their email.
After doing some research, and reading questions posted in this discord, it seems like this is not supported by wasp.
It seems possible if I could generate an AuthIdentity and verification token at the time the invitation is sent, then add the token as part of the link sent in the invitation email and verify it when the user lands on the page I link them to. I’m just not sure how to make the ends meet. Any insights?
Using the SaaS template.
Wasp version 0.15.1
After doing some research, and reading questions posted in this discord, it seems like this is not supported by wasp.
It seems possible if I could generate an AuthIdentity and verification token at the time the invitation is sent, then add the token as part of the link sent in the invitation email and verify it when the user lands on the page I link them to. I’m just not sure how to make the ends meet. Any insights?
Using the SaaS template.
Wasp version 0.15.1