juanzen
08/24/2021, 3:33 PMfengkx
08/24/2021, 3:39 PMnull
log in Broswer consolefengkx
08/24/2021, 3:46 PMuser
08/24/2021, 4:34 PMfrubalu
08/24/2021, 5:21 PMsupabase.auth.update()
method? Or is the only available method supabase.auth.api.resetPasswordForEmail()
? I'd like to allow a user to update their password directly from their Profile page.MrWolf
08/24/2021, 6:11 PMuser
08/25/2021, 3:20 AMgetServerSideProps
doesn't trigger when navigated to from Link? (next.js)Michael Ketzer | streamgeist.com
08/25/2021, 9:03 AMjonny
08/25/2021, 10:12 AMLuddensEkko
08/25/2021, 11:48 AMMichael Ketzer | streamgeist.com
08/25/2021, 12:10 PMsilentworks
08/25/2021, 2:05 PMMaus
08/25/2021, 3:32 PM'PASSWORD_RECOVERY'
event is not fired inside the onAuthStateChange
listener. I'm not quite sure at this moment what I can do to debug this further?
useEffect(() => {
const { data: authListener } = supabase.auth.onAuthStateChange(
(event, session) => {
console.log('event :>> ', event)
}
)
}, [])
Console output inside browser when clicking link:
event :>> SIGNED_IN
HorseShoe
08/25/2021, 4:46 PMHorseShoe
08/25/2021, 4:46 PMsilentworks
08/25/2021, 5:00 PMScott P
08/25/2021, 5:07 PM#
(window.location.hash) in their URL's, as opposed to being done with query params (e.g. some.url/auth?action=recovery&token=abc123
)HorseShoe
08/25/2021, 5:20 PMHorseShoe
08/25/2021, 5:21 PMHorseShoe
08/25/2021, 5:21 PMHorseShoe
08/25/2021, 5:21 PMBitRain
08/25/2021, 6:04 PMsilentworks
08/25/2021, 6:40 PMacpatrice
08/25/2021, 7:20 PMlocalhost
as well as an external website as the "app URL".silentworks
08/25/2021, 7:46 PMLuddensEkko
08/25/2021, 10:24 PMScott P
08/25/2021, 11:03 PMLuddensEkko
08/25/2021, 11:59 PMScott P
08/26/2021, 12:15 AMjon.m
08/26/2021, 1:19 AM