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. 🙏