Romain
06/22/2022, 9:30 AMRomain
06/22/2022, 12:15 PMyuriy
06/22/2022, 2:01 PMsignIn(email, password)
called from within a component. Similarly to how you can use the signOut()
function?
Thanks a lot,
BR,
Yuriyfunk101
06/22/2022, 2:08 PMonChange
event. However, it's firing on a "blur" event.flixoflax
06/23/2022, 7:02 AMromanpalenik
06/23/2022, 11:57 AMrp
06/23/2022, 12:50 PMnox
06/23/2022, 1:40 PMPPaii
06/23/2022, 1:55 PMMichael Brant
06/23/2022, 5:46 PMMichael Brant
06/24/2022, 3:12 AMrp
06/24/2022, 3:57 AMEdwinN1337
06/24/2022, 9:13 AM_app.tsx
(nextjs app)
js
if (typeof window !== 'undefined') {
supertokens.init({
...frontendConfig().appInfo,
})
}
In our Layout
component we initialize the user, by running a effect (which is client side) to getUser()
in our zustand storetwistingtwists
06/24/2022, 4:04 PMtwistingtwists
06/24/2022, 4:04 PMtwistingtwists
06/24/2022, 4:04 PMCaptainPhoton
06/24/2022, 4:49 PMrp
06/24/2022, 4:49 PMCaptainPhoton
06/24/2022, 4:50 PMsendEmail
override in addition?CaptainPhoton
06/24/2022, 4:55 PMrp
06/24/2022, 4:56 PMCaptainPhoton
06/24/2022, 4:59 PMBiaz
06/24/2022, 5:04 PMCaptainPhoton
06/24/2022, 5:18 PMinput
is different from the passwordless login case, and also different from the other email verification sending function. As far as I can tell, the link is in input.emailVerifyLink
and the email is in input.user.email
CaptainPhoton
06/24/2022, 6:09 PM[BR1]Sky
06/26/2022, 2:54 AMrp
06/26/2022, 4:39 AMconstantinos
06/26/2022, 8:57 AMCaptainPhoton
06/26/2022, 11:31 AMCaptainPhoton
06/26/2022, 11:31 AMrp
06/26/2022, 11:32 AMCaptainPhoton
06/26/2022, 11:32 AMrp
06/26/2022, 11:32 AMCaptainPhoton
06/26/2022, 11:32 AMrp
06/26/2022, 11:33 AMCaptainPhoton
06/26/2022, 11:33 AMrp
06/26/2022, 11:33 AMall_auth_recipe_users
and passwordless_users
tablesCaptainPhoton
06/26/2022, 11:34 AMrp
06/26/2022, 11:35 AMCaptainPhoton
06/26/2022, 11:35 AM