Bootsaas comes with already implemented pages for authentication, registration and password recovery
They are located in /app/(auth)/auth
folder
Let's see what they look like:
/auth/loginAll forms that come with bootsaas are both client and server side validated.
/auth/register/auth/forgot-password/auth/login-successAfter successfull oauth2 login we are redirected to this page, and after 3 seconds redirected to /dashboard
/auth/reset-password