custom login and registration from --auth tag template

is there anyway to create your own login page and registration page starting from the template provided with the --auth tag with a command such as this npx @hilla/cli init --auth hilla-with-auth it seems difficult to move away from the provided templates/components like <LoginOverlay> and theres very little up to date information i can find on doing this and the documentation is very unhelpful

surely i should be able to use the login function provided with any details i like to login
image.png

It is absolutely possible. Have a look at this section in the docs: Authentication with Spring Security | Security | Guides | React | Hilla Docs. You can start a new Hilla project from scratch and add your desired authentication mechanisms as needed.

1 Like