fragordie
03/29/2022, 1:13 PM/auth/signinup/code
2. Backend sends email to user -> URL contains preAuthSessionId andlinkCode
Are these two steps correct? If yes, what is the user supposed to do with the email?nkshah2
03/29/2022, 1:16 PMurlWithLinkCode
to login the user. The user would click on the link which would open the /verify
route on your frontend (this route is added by the SuperTokens frontend SDK when you initialise the Passwordless recipe)
The SDK then uses the query and such to continue with the flowporcellus
03/29/2022, 1:17 PMfragordie
03/29/2022, 1:21 PMporcellus
03/29/2022, 1:24 PMporcellus
03/29/2022, 1:25 PMfragordie
03/29/2022, 1:25 PMporcellus
03/29/2022, 1:27 PM