Marques
02/17/2024, 3:07 AMNo instance of ThirdPartyEmailPassword found.
Marques
02/17/2024, 3:08 AMSuperTokens.init({
appInfo: {
// learn more about this on https://supertokens.com/docs/emailpassword/appinfo
appName: "App",
apiDomain: apiURL,
websiteDomain: "http://localhost:5173",
apiBasePath: "/auth",
websiteBasePath: "/auth",
},
recipeList: [
ThirdPartyEmailPassword.init(),
Session.init()
]
});
Marques
02/17/2024, 3:14 AMMarques
02/17/2024, 3:19 AMThirdPartyEmailPassword.init({
providers: [{
config: {
thirdPartyId: "google",
clients: [{
clientId: "1060725074195-kmeum4crr01uirfl2op9kd5acmi9jutn.apps.googleusercontent.com",
clientSecret: "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"
}]
}
},],
}),
Marques
02/17/2024, 10:16 AMMarques
02/17/2024, 2:38 PMrp_st
02/17/2024, 3:00 PMMarques
02/17/2024, 3:01 PMNo instance of ThirdPartyEmailPassword found.
rp_st
02/17/2024, 3:01 PMrp_st
02/17/2024, 3:02 PMMarques
02/17/2024, 3:09 PMrp_st
02/17/2024, 3:09 PMrp_st
02/17/2024, 3:09 PMMarques
02/17/2024, 3:13 PM