Hi guys! I am implementing account recovery in a F...
# talk-kratos
m
Hi guys! I am implementing account recovery in a Flutter app using one-time passwords. When a code is successfully submitted, I get HTTP 422 with newly initiated settings flow. Settings flow can’t be completed as I get HTTP 302 with uri to login page on submit. The problem is I don’t receive a session token for a privileged session when completing the recovery flow. Do you know where I can get that token? Thanks in advance.