Elijah017 / CITS3403-Group-Project

0 stars 0 forks source link

Improved authentication and access control #14

Open Tommo303 opened 1 month ago

Tommo303 commented 1 month ago

Users can currently access any page without logging in which is a major concern. All pages except for the /, /login and /register routes should require a login to access.

Tommo303 commented 1 month ago

We should be using flask_login for this.