nsupdate-info / nsupdate.info

Dynamic DNS service
https://nsupdateinfo.readthedocs.org/
Other
1.02k stars 110 forks source link

2factor auth #47

Open ThomasWaldmann opened 10 years ago

ThomasWaldmann commented 10 years ago

ThomasWaldmann wrote: later add 2factor auth, TOTP, QR-Code rendering.

ThomasWaldmann commented 10 years ago

note: before any local 2factor auth is implemented, you could already use the 2factor auth of some social auth (like google auth with 2FA) that we already offer.

elnappo commented 9 years ago

https://github.com/Bouke/django-two-factor-auth

ThomasWaldmann commented 9 years ago

Looks nice. :)

elnappo commented 9 years ago

we might combine it with https://github.com/Bouke/django-user-sessions ?

ThomasWaldmann commented 9 years ago

maybe. for each extension we add, we always have to consider how well it is maintained (now and in future), because as we have already seen with "registration", things get awful if a new django comes out and the extensions suddenly and unexpectedly fails.

stevleibelt commented 1 year ago

Hey there,

How is the status of this issue? Is there anything that prevents us/you from implementing this feature?

Best regards, Stev

ThomasWaldmann commented 1 year ago

No, but updating the code to recent django (see PRs) and keeping out scammmers / letting in legitimate users has higher prio right now.