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

Add optional password to hub #865

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Oct 16, 2024

  1. Update final-object.interface.ts

    This update introduces a password feature for hubs within the application. When a hub with a password is opened, a modal prompts the user to enter the password. If the entered password is incorrect, the input is cleared, and no interactions with the app are allowed until the correct password is provided.
    
    To enhance security, passwords will be hashed before storage using bcrypt, making it more challenging for unauthorized users to access sensitive information. This implementation addresses user requests for increased privacy while acknowledging that the password is stored in an easily accessible format within the .vha2 files
    ayyash1 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1eb2e28 View commit details
    Browse the repository at this point in the history