Hey man, When updating the password for an unauthenticated user using a reset password link, you’re still getting an access_token, but it’s returning an "Auth session missing!" error when you try to set a new password.
@mrmos39406 ай бұрын
Hi, shouldn't the reset password page be protected to authenticated users only as specified in the supabase documentation ?
@suejofanboyn1917 ай бұрын
Thanks buddy, it works well !!
@codewithguillaume7 ай бұрын
Nice 👍
@austingebauer453211 ай бұрын
Thanks for this video! Have you tried this with the new @supabase/ssr package? I’ve been struggling to get it working and could use an example.
@codewithguillaume11 ай бұрын
Yes I’ll make videos about it soon! But it’s essentially the same usage
@molomekeys39388 ай бұрын
@@codewithguillaume on a hate de voir ça merci pour tes videos
@christhornham6 ай бұрын
Not working with the SSR example for me either.
@kimhwanhoon5 ай бұрын
You don't check if the event is PASSWORD_RECOVERY or not? otherwise people can just go to reset password url and change their password without verifying.
@codewithguillaume5 ай бұрын
Yes it’s a possibility, you can even have a link on app to reset password
@User2-r1p3 ай бұрын
Hey man, The /reset route should be a protected route and only the authenticated user should be allowed to access it.
@codewithguillaume3 ай бұрын
Yep forgot that 😉 but email is still received by the right recipient
@Zoae109 ай бұрын
How can I redirect from changing password to main app from Auth ui? I doesn't work with this Auth ui, I don't know why
@codewithguillaume9 ай бұрын
Middleware 😉
@SivakumarVithurshan4 ай бұрын
can you do this in react i couldnt get access token at all is there something i should set in supabase dashboard?
@codernerd707611 ай бұрын
Would be awesome to see some 2FA as well you can't really find that on KZbin
@codewithguillaume11 ай бұрын
That’s a good idea my friend !! I put it on my list thanks