amrmzkr
08/31/2022, 1:00 PMrp_st
08/31/2022, 1:11 PMrp_st
08/31/2022, 1:12 PMrp_st
08/31/2022, 1:12 PMrp_st
08/31/2022, 1:12 PMrp_st
08/31/2022, 1:13 PMamrmzkr
08/31/2022, 1:24 PMrid
being set to thirdpartyemailpassword
. when i set this off, it works fine.
this is the function that i currently use in the frontend to handle the login (got this from one of the example provided),
onGooglePressed: async function () {
const authUrl = await ThirdPartyEmailPassword.getAuthorisationURLWithQueryParamsAndSetState({
providerId: "google",
// This is where google should redirect the user back after login or error.
// This URL goes on the google dashboard as well.
authorisationURL: `${websiteDomain}/auth/callback/google`,
});
window.location.assign(authUrl);
},
maybe i did my configuration wrong?rp_st
08/31/2022, 1:30 PMamrmzkr
08/31/2022, 1:33 PMamrmzkr
08/31/2022, 1:35 PMrp_st
08/31/2022, 1:38 PM