aboutsummaryrefslogtreecommitdiff
path: root/okupy/otp
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 errorsTheo Chatzimichos2013-08-263-3/+4
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-253-5/+5
* Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-211-1/+1
* Add unpadded base32 en-/decoder to crypto.Michał Górny2013-08-211-7/+3
* Move RevokedToken to common and make it more universal.Michał Górny2013-08-211-47/+0
* Use shorter otpauth:// URI.Michał Górny2013-08-191-1/+1
* Revoke OTP tokens in views rather than backends.Michał Górny2013-08-192-10/+0
* Add more docstring on okupy.common and okupy.otp.Michał Górny2013-08-193-0/+49
* Bind properly for *OTP setup.Michał Górny2013-08-182-14/+11
* Use LDAP as secret backend for OTP.Michał Górny2013-08-182-68/+31
* Make otp_init() race condition safe.Michał Górny2013-08-171-12/+11
* Add uniqueness contraints to enforce one *OTP device per user.Michał Górny2013-08-172-0/+6
* Re-use TOTPDevice for handling 'OTP disabled'.Michał Górny2013-08-094-25/+6
* Revoke used tokens atomically.Michał Górny2013-08-093-3/+48
* Support SOTP recovery keys.Michał Górny2013-08-093-0/+58
* Support displaying QRCode for TOTP URI.Michał Górny2013-08-091-6/+4
* Introduce 'otp-setup', to set TOTP up.Michał Górny2013-08-091-10/+37
* Support TOTP with database storage (temporarily).Michał Górny2013-08-094-2/+60
* Introduce a dummy token input.Michał Górny2013-08-091-1/+1
* Introduce initial code for two-phase auth support.Michał Górny2013-08-093-0/+39