ITEnthusiasm
06/20/2023, 2:52 PMsupertokens-node
method to do the login? Like ThirdPartyEmailPassword.thirdPartySignInUp()
? And thus allow someone without JS to signin/signup?rp_st
06/20/2023, 4:40 PMthirdPartySignInUp
function needs to be called from the frontend to backend since this API call also creates a session for the user.rp_st
06/20/2023, 4:41 PMrp_st
06/20/2023, 4:41 PMITEnthusiasm
06/20/2023, 5:43 PMthirdPartySignInUp
got called from the backend, no? https://supertokens.com/docs/nodejs/modules/recipe_thirdpartyemailpassword.html#thirdPartySignInUp-1
Or is that a method that only works with a corresponding frontend function?rp_st
06/20/2023, 5:45 PMrp_st
06/20/2023, 5:45 PMITEnthusiasm
06/20/2023, 5:48 PM