That’s a great suggestion, then I’m not relying just on the app/service to have super secure auth.
Comment on Securing a 'public' service for family
dogs0n@sh.itjust.works 3 days ago
I think you will be fine as described.
If you want extra peace of mind with 2FA, you can use Authelia (www.authelia.com/integration/…/peertube/) or a similar service that you can put infront of peertube to handle auth.
IanTwenty@lemmy.world 3 days ago
gkaklas@lemmy.zip 3 days ago
You can also check kanidm.com and goauthentik.io as well!
gkaklas@lemmy.zip 3 days ago
Oh also a friend of mine is developing this, that uses passwordless magic links or passkeys github.com/dzervas/magicentry I haven’t looked much into it though!
dogs0n@sh.itjust.works 3 days ago
Email magic links are cool (personally hate when a website only allows this login because I don’t have my email available on every site, but that is unrelated sorta).
I probably wouldn’t go with a relatively new project that isn’t guaranteed to stick around long-term (big hassle to swap provider).
authelia and authentik both have a lot of eyes looking over the code so I’d also feel more confident going with them, even if I can’t get passwordless email login (don’t think they support it but not certain).
gkaklas@lemmy.zip 2 days ago
I probably wouldn’t go with a relatively new project that isn’t guaranteed to stick around long-term
Oh of course, I just shared it because I don’t think I’ve seen anything similar and simple, just in case anyone wants to check it out and experiment etc
IanTwenty@lemmy.world 3 days ago
Hey thanks for these links I will check them out! Magic links would be great actually as then I am not relying on them to set decent passwords or giving them burden of TOTP/etc which some may not have used before.
MysteriousSophon21@lemmy.world 3 days ago
Authelia is great, but I’ve been using Authentik for a similar setup and it’s been rock solid with more user-friendly UI if your famly members aren’t tech savvy, pluss it has some nice passwordless options.