hai team I need some help to achieve these require...
# ory-network
p
hai team I need some help to achieve these requirements in our project we have 2 pages to signup a user On the first page, we will take an email and then send a verification link to his email which will redirect him to the password page then he will enter the password and the user will be registered with the email and password. In API's response, I need an Ory token in response to successful registration can one help me find the ory APIs to achieve this flow?
p
Hi @powerful-ram-10043 You will need to first create the identity using the admin API and then create a Recovery flow and send the recovery code/link to the user via email. This then allows the user to get a valid session token and set a new password through the settings flow. You can of course only show their password in the UI but use the settings flow in the background.
p
@proud-plumber-24205 can you please share the setting flow API
can any one help with setting flow api