Hi, I am trying to use `admin` APIs to create acco...
# talk-kratos
d
Hi, I am trying to use
admin
APIs to create account and perform
admin
recovery and then send the
recovery_link
to user’s email id, but it is not working for me. I am using
code
strategy.
The issue is when the user clicks on the link, to set new password, I should get the recovery flow associated with the flow id and render the UI. Though I have the flowID, cokies are empty .How should I proceed?
@magnificent-energy-493 @proud-plumber-24205
were as before redirecting to actual recovery URL, if I redirect user to an endpoint that sets csrf_toke, eg: login/register and after that If I redirecto recovery URL it works
Can anyone help please, @swift-chef-97535
I don’t think I am doing any different than the process mentioned in the docs.