datagero / pico-scholar

AI-Human collaboration platform that accelerates systematic reviews by organizing academic literature, building AI tools, and expanding into new domains to enhance the global knowledge catalog.
0 stars 0 forks source link

Implement Basic Authentication with Username & Password #11

Open datagero opened 3 days ago

datagero commented 3 days ago

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