Hi, after user is created in my app, an email is sent with a link to setup password. Link redirects to "Change password form". When user sets password he is redirected to "Change password complete form". I would like user to be automatically logged in and redirected to my app. How to achieve it? This is the way it works in the forgot password flow (after setting password user is automatically logged in).
A
Latest posts made by aponski
-
Login user after setting password
-
How to get JWT token in Angular app
Hi, in my Angular application I need to get auth user JWT token to use it in authorization header when sending request to Hasura graphQL server. I don't have that option to access JWT token in @fusionauth/angular-sdk. I see that token is stored in "app.at" cookie but it is httponly cookie so I don't have access to it with javascript.