djodjo02130
07/27/2022, 7:05 PMdjodjo02130
07/27/2022, 7:05 PMrp_st
07/27/2022, 7:06 PMrp_st
07/27/2022, 7:06 PMrp_st
07/27/2022, 7:07 PMdjodjo02130
07/27/2022, 7:30 PMexport const frontendConfig = () => ({
appInfo,
recipeList: [
ThirdPartyEmailPasswordReact.init({
useShadowDom: false,
signInAndUpFeature: {
providers: [
ThirdPartyEmailPasswordReact.Google.init(),
// ThirdPartyEmailPasswordReact.Github.init(),
// ThirdPartyEmailPasswordReact.Apple.init(),
],
},
}),
SessionReact.init(),
],
djodjo02130
07/27/2022, 7:30 PMrp_st
07/27/2022, 7:31 PMdjodjo02130
07/27/2022, 7:43 PMrp_st
07/27/2022, 7:44 PMdjodjo02130
07/27/2022, 8:52 PMSignInAndUp
component and it's working but not with ThirdPartyEmailPasswordAuthNoSSR
rp_st
07/28/2022, 3:03 AM