Open bachya opened 2 years ago
It would be great if the built-in authentication supported multi-factor authentication (ideally, through the TOTP standard). The django_otp package might be helpful here.
django_otp
(This would be an alternative to https://github.com/sissbruecker/linkding/issues/177.)
Alternative library https://github.com/jazzband/django-two-factor-auth
Good call, @clach04 – looks like that library already includes django_otp. 👍🏻
+1
:-)
A plus one from me too!
It would be great if the built-in authentication supported multi-factor authentication (ideally, through the TOTP standard). The
django_otp
package might be helpful here.(This would be an alternative to https://github.com/sissbruecker/linkding/issues/177.)