Skip to content

Feature Request: Add User Authentication for Streamlit App #1

@nonameebyrator985

Description

@nonameebyrator985

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions