bootsaas logo

Authentication Pages

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/loginLogin page

All forms that come with bootsaas are both client and server side validated.

/auth/registerRegister page/auth/forgot-passwordForgot password page/auth/login-successLogin success page

After successfull oauth2 login we are redirected to this page, and after 3 seconds redirected to /dashboard

/auth/reset-passwordReset password page
bootsaas logoCopyright © 2024 - All rights reserved