rxtATX / OffNOn

In this application, users will be able to submit tickets (requests for help) with their coding work, technical questions, etc. Tickets will be created to be addressed by technicians. This application models the AskBCS and JIRA ticket systems.
2 stars 2 forks source link

Add an auth.js script #23

Closed codeDevLogan closed 1 year ago

codeDevLogan commented 1 year ago

A script that checks to make sure a user is logged in, if they are not logged in redirect them to the login page. The purpose of this script will be to ensure no user is able to access sensitive data without having logged in.