Hi folks! I am new to Ory. I’m trying to do a sel...
# talk-kratos
d
Hi folks! I am new to Ory. I’m trying to do a self-service login on client side (Vue.js 3) using Ory kratos. I have my own form through which I want to send data to the Ory server. As far as I understand, in order for the Ory Kratos flow to start, you need to have a start page, for example Home page, and then after clicking on the login link, I should be redirected to the login page. The thing is, I don’t understand now how it is possible to redirect to my custom form, rather than to Ory’s ready-made form. In the example below, I took it from the official documentation React/Next.js example, but it uses a redirect to the default ory UI. I need to bind the Ory flow to my own form. I would appreciate answers and help. 🙏
b
Hi Tavi, please take a look into our BYOU documentation where you’ll find info how the paths should be set up for the user interface: https://www.ory.sh/docs/guides/bring-your-user-interface
d
Hey @busy-agent-44567 thank you! 🙌