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
Objective: Allow external users to access the tool by logging in with a provided username and password.
Details:
• Implement a basic login page.
• Integrate backend authentication endpoints.
• Set up session management to maintain user sessions securely.
• Explore options for password encryption.
Dependencies: N/A - will later integrate with OpenShift environment.
Acceptance Criteria:
• Users can log in with a username and password (pre-created users, no need to register).
• Sessions persist across interactions.
Priority: High
Estimated Effort: TBC
The text was updated successfully, but these errors were encountered:
Objective: Allow external users to access the tool by logging in with a provided username and password.
Details:
• Implement a basic login page.
• Integrate backend authentication endpoints.
• Set up session management to maintain user sessions securely.
• Explore options for password encryption.
Dependencies: N/A - will later integrate with OpenShift environment.
Acceptance Criteria:
• Users can log in with a username and password (pre-created users, no need to register).
• Sessions persist across interactions.
Priority: High
Estimated Effort: TBC
The text was updated successfully, but these errors were encountered: