-
-
Notifications
You must be signed in to change notification settings - Fork 179
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 #842
Comments
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 🤝 |
Can you /assign this to me? |
Hey @ayyash1 - let me know if you have any questions as you try adding this feature 🤝 |
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 🥳The text was updated successfully, but these errors were encountered: