authelia/internal/configuration/validator
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
..
access_control.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
access_control_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
authentication.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
authentication_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
configuration.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
configuration_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
const.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
identity_providers.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
identity_providers_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
keys.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
keys_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
logging.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
logging_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
notifier.go fix(notifier): force use of sender email in smtp from cmd (#2616) 2021-11-30 22:15:21 +11:00
notifier_test.go fix(notifier): force use of sender email in smtp from cmd (#2616) 2021-11-30 22:15:21 +11:00
ntp.go feat(ntp): check clock sync on startup (#2251) 2021-09-17 14:44:35 +10:00
ntp_test.go feat(ntp): check clock sync on startup (#2251) 2021-09-17 14:44:35 +10:00
regulation.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
regulation_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
session.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
session_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
storage.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
storage_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
theme.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
theme_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
totp.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
totp_test.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00