Hello, how should account recovery work on mobile ...
# talk-kratos
n
Hello, how should account recovery work on mobile devices? 🙂 1. I call GET revocery/api 2. then in POST request I pass email address and method "link" 3. I receive email message with URL like: "http://127.0.0.1:4433/self-service/recovery?flow=91b83275-f306-463f-92b3-9052cae8ec23&token=Z5ehZKrk7sWaFBRxi8aI5xDlgYViXaWO" In web application if you will GET the URL below, and you will receive cookies which makes it possible to init settings and then change the password but how should I get a session token for mobile devices to init setting and then change my password ?