Open whyboris opened 9 months ago
I'm open to the discussion:
Should the (optional!) password be for the app or per hub?
Can I work on this issue?
Hey @minazaher thank you for the offer! Please give this a go 🤝
Please let me know if you have any questions along the way - I'm happy to assist 😁
For the user to add / remove / change the password - let's put the UI in the 4th tab in settings ("Current hub")
Can I work on this issue, too?
Hey @olorunfemisamuel - please feel free to try this issue out 🤝 Let me know if you have any questions along the way 👍
Can you /assign this to me?
Hey @ayyash1 - let me know if you have any questions as you try adding this feature 🤝
Thank you @ayyash1 for the Pull Request https://github.com/whyboris/Video-Hub-App/pull/865 🙇♂️ - I intend to merge it when I resume work on VHA this winter 🤝
⚠️ this would not be "super secure" but simply to prevent snooping by someone.
FinalObject
https://github.com/whyboris/Video-Hub-App/blob/main/interfaces/final-object.interface.ts#L17People 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 🥳