I want to create a login page with custom design. What I did is I created a public webpage with username and password. How to use authentication flow here.? I need to login with username(email address) and password. Then an Otp should be sent to the email id. Then the user needs to enter that to login to the application
I designed the login page and add action link as login button. What will be the next steps.?