jake-hansen / nova

NOVA project for Software Engineering at UNO.
1 stars 0 forks source link

Add page protection #37

Closed jake-hansen closed 4 years ago

jake-hansen commented 4 years ago

Add authentication check to each page that should be protected. The check tests if the user has been authenticated, and if they have not been authenticated, redirects the user to the home page. If they are authenticated, the user is allowed to be redirected to the protected page.