darkchipolata
02/13/2024, 9:54 PMcreateCodePOST
API function override.
I was thinking about exposing a route on my application to validate an invite code, in which the route would create a new user on Supertokens, hence enabling this email to sign in. However, in that setup, there's no way to verify the provided email authenticity, except if I implement email validation on my own, which isn't something I want to do.
Can you think of other ways to implement that? Is that something that could be integrated within my Supertokens setup or should I think about this being outside of Supertokens' scope?
I understand this is a kind of specific use case, and might not even be related to Supertokens, but still I'd love to hear your input on this 🙂rp_st
02/14/2024, 3:30 AMrp_st
02/14/2024, 3:31 AMrp_st
02/14/2024, 3:31 AMrp_st
02/14/2024, 3:32 AMdarkchipolata
02/14/2024, 11:50 AMSuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).
Powered by