AymenMach / CodeBlock-SOEN341_Project_F24

Fall 2024 Web Development Project SOEN341 FL-X
0 stars 0 forks source link

US 3.8 - Restrict Direct URL Access to Authenticated Users #79

Open ImNotNihal opened 1 week ago

ImNotNihal commented 1 week ago

As a user (Student or Instructor), I want to ensure that the website requires authentication for access to restricted pages, so that only logged-in users can access their personal dashboards and other protected content. If someone tries to access these pages by copying the URL or in a different window without logging in, they should be redirected to the login page. The website should allow the user to navigate freely using the back and forward buttons within the session, but prevent direct URL access from an unauthenticated source.