Invalid token on resetPassword
I'm creating a flow for when a signed out user forgets their password, they can reset it.
It's sending me an email with a URL like
But when I try and use the token to reset the password, I always get a
I'm trying to resetPassword server-side, and the code looks like this:
It's sending me an email with a URL like
http://localhost:4321/reset-password/<TOKEN>. Great!But when I try and use the token to reset the password, I always get a
BAD_REQUEST with error INVALID_TOKEN.I'm trying to resetPassword server-side, and the code looks like this: