Skip to content

A dynamic web app that redirects users to the correct landing page based on their login credentials.

Notifications You must be signed in to change notification settings

vichdz97/Authentication-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System

Note

Last updated September 05, 2024.

Summary

The authentication system prompts the user for their login credentials (username and password) and redirects them to the appropriate page depending on their role: user, manager, or administrator. Once redirected, the user is able to view, modify, or delete their information. If the user cannot provide their login credentials—in other words, the user does not have an account—then they can sign up and create an account.

Demo

Click here to access the live demo.

Technologies