Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Basic Authentication with Username & Password #11

Open
datagero opened this issue Oct 21, 2024 · 0 comments
Open

Implement Basic Authentication with Username & Password #11

datagero opened this issue Oct 21, 2024 · 0 comments
Labels

Comments

@datagero
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant