authelia/internal
James Elliott ad8e844af6
feat(totp): algorithm and digits config (#2634)
Allow users to configure the TOTP Algorithm and Digits. This should be used with caution as many TOTP applications do not support it. Some will also fail to notify the user that there is an issue. i.e. if the algorithm in the QR code is sha512, they continue to generate one time passwords with sha1. In addition this drastically refactors TOTP in general to be more user friendly by not forcing them to register a new device if the administrator changes the period (or algorithm).

Fixes #1226.
2021-12-01 23:11:29 +11:00
..
authentication feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
authorization fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
commands feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
configuration feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
duo feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
handlers feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
logging fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
middlewares feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
mocks feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
models feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
notification fix(notifier): force use of sender email in smtp from cmd (#2616) 2021-11-30 22:15:21 +11:00
ntp feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
oidc feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
regulation feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
server feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
session feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
storage feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
suites feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
totp feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
utils feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00