Authentication


SaaSWeb use the default Laravel Authentication and includes additional features such as email verification, forgot password etc ...

Registration

Users can register for an account through your application visiting the /register route.

Login

After a user has created an account through your application, this user will receive an email to verify the account, after that they can login by visiting the /login route. After successfully logging in the user will then be redirected to their dashboard.

{warning} Email Verification and Forgot Password, your application must be configured to send email before these features can be used.