Open
Description
- Add "password" key to
FinalObject
https://github.com/whyboris/Video-Hub-App/blob/main/interfaces/final-object.interface.ts#L17 - Any hub that is opened that has a password will have a popup overlay (modal) where a user needs to enter a password
- incorrect password entry just clears the password
- it's probably simplest to not let any interactions happen besides minimizing / closing the app 🤔
People over the years requested this 🤷♂️ seems easy to implement 😅
note: this means opening the .vha2
file one can easily read the password 👌 ... though to make it more secure we can (salt and then) hash the password and check the hash 🥳