authelia/internal/commands
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
..
build-info.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
certificates.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
completion.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
configuration.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
hash.go feat: add config flag to hash-password tool (#2047) 2021-09-16 10:20:42 +10:00
helpers.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
helpers_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
root.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
rsa.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
storage.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
storage_run.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
validate.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00