You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
20. As a developer, I want to ensure that the user is logged in before they interact with any pages on the app so that they can fully experience the app.
#64
Open
5 tasks
ahsanatzapier opened this issue
Sep 29, 2024
· 0 comments
The app’s users need to be logged in to interact with its pages, which ensures a secure and personalized experience. This is critical as the app’s core functionality relies on user authentication, preventing unauthorized access. By implementing a login validation check, we can guarantee a seamless and secure flow, aligning with our broader goals for security and user experience.
⚡️ Solution
To ensure secure access, authentication middleware will be implemented to verify if users are logged in before allowing access to any pages.
✅ Acceptance Criteria
User is redirected to the login page if they are not authenticated and try to access any part of the app.
Once logged in, the user can navigate freely through the app’s pages.
Tests are created to validate that unauthenticated users are correctly redirected.
A hook is created that can be imported across the app to check if the user is logged in.
A happy path is documented.
The text was updated successfully, but these errors were encountered:
kweeuhree
changed the title
As a developer, I want to ensure that the user is logged in before they interact with any pages on the app so that they can fully experience the app.
20. As a developer, I want to ensure that the user is logged in before they interact with any pages on the app so that they can fully experience the app.
Oct 1, 2024
🧗🏽 Challenge
The app’s users need to be logged in to interact with its pages, which ensures a secure and personalized experience. This is critical as the app’s core functionality relies on user authentication, preventing unauthorized access. By implementing a login validation check, we can guarantee a seamless and secure flow, aligning with our broader goals for security and user experience.
⚡️ Solution
To ensure secure access, authentication middleware will be implemented to verify if users are logged in before allowing access to any pages.
✅ Acceptance Criteria
The text was updated successfully, but these errors were encountered: