-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Feature Request: Add User Authentication for Streamlit App
Background
Currently, the Streamlit application can be accessed publicly without any authentication, which poses a security risk as anyone can access the Neo4j database using the provided credentials (username: neo4j, password: strongpass123).
Proposed Solution
Implement user authentication mechanisms to secure access to the Streamlit app. This could include:
- A simple login form that requires a username and password.
- Optionally, integrate with OAuth providers (e.g., Google, GitHub) for a seamless login experience.
Benefits
- Enhanced security by restricting access to authorized users.
- Protect sensitive data stored in the Neo4j database from unauthorized access.
Additional Considerations
- Ensure that the authentication methods comply with best security practices.
- Provide documentation on how to set up user accounts and manage access rights.
This feature would greatly enhance the usability and security of the application, making it more suitable for production environments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels