whyboris / Video-Hub-App

Official repository for Video Hub App
https://videohubapp.com
MIT License
591 stars 179 forks source link

Add optional password to hub #865

Open ayyash1 opened 1 month ago

ayyash1 commented 1 month ago

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

Screenshot 2024-10-16 200244

ayyash1 commented 1 month ago

@whyboris Please review my changes on this issue.

whyboris commented 1 month ago

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 🙇‍♂️

ayyash1 commented 1 month ago

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!