Open ayyash1 opened 1 month ago
@whyboris Please review my changes on this issue.
Thank you @ayyash1 for addressing https://github.com/whyboris/Video-Hub-App/issues/842
I will not be able to merge this in until I resume work on VHA, which will be some time this winter. I hope you don't mind the delay 🙇♂️
Thank you @ayyash1 for addressing #842
I will not be able to merge this in until I resume work on VHA, which will be some time this winter. I hope you don't mind the delay 🙇♂️
Thank you for the update! I completely understand and appreciate you letting me know. No worries about the delay—take your time!
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