authelia/cmd/authelia-scripts
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
..
authelia-scripts do not hardcode /bin/bash (#1122) 2020-06-18 09:49:13 +02:00
cmd_bootstrap.go docs: provide installation guidelines for installing missing tools (#2481) 2021-10-09 20:41:02 +02:00
cmd_build.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
cmd_ci.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_clean.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_docker.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00
cmd_serve.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
cmd_suites.go refactor: replace yarn with pnpm (#2424) 2021-09-29 17:24:21 +10:00
cmd_unittest.go refactor: replace yarn with pnpm (#2424) 2021-09-29 17:24:21 +10:00
cmd_xflags.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
const.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00
docker.go refactor: replace yarn with pnpm (#2424) 2021-09-29 17:24:21 +10:00
helpers.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
main.go feat: builds with gox and buildx (#2381) 2021-09-16 22:39:18 +10:00