SophieMcGee / donegalexplorers

0 stars 1 forks source link

User Story: Login and Logout #8

Closed SophieMcGee closed 1 month ago

SophieMcGee commented 2 months ago

As a site user, I can log in and log out of my personal account so that I can manage my events securely.

SophieMcGee commented 2 months ago
SophieMcGee commented 2 months ago
SophieMcGee commented 2 months ago

The navigation bar updates dynamically depending on the user’s authentication status (e.g., “My Calendar” link when logged in).

Issues: No major issues, but testing for edge cases (like session timeouts) is needed.

Next Steps:

Add two-factor authentication (2FA) for an additional layer of security. Test session timeout and auto-logout after periods of inactivity. Ensure users are redirected to their original page post-login if they attempt to access a restricted page.

SophieMcGee commented 1 month ago

Issues:

Future Steps:

  1. Implement Two-Factor Authentication (2FA):

    • Add an extra layer of security with 2FA to enhance user protection.
  2. Session Timeout Testing:

    • Test session timeout and auto-logout features to ensure users are logged out after periods of inactivity.