authelia/internal/configuration/validator
James Elliott 40fb13ba3c
[FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic (#773)
* Add period TOPT config key to define the time in seconds each OTP is rotated
* Add skew TOTP config to define how many keys either side of the current one should be considered valid
* Add tests and set minimum values
* Update config template
* Use unix epoch for position calculation and Fix QR gen
  * This resolves the timer resetting improperly at the 0 seconds mark and allows for periods longer than 1 minute
* Generate QR based on period
* Fix OTP timer graphic
2020-03-25 12:48:20 +11:00
..
authentication_test.go [BUGFIX] Make users_filter configuration of LDAP backend optional. (#710) 2020-03-15 23:10:13 +11:00
authentication.go [BUGFIX] Make users_filter configuration of LDAP backend optional. (#710) 2020-03-15 23:10:13 +11:00
configuration_test.go [FEATURE] [BREAKING] Support writing logs in a file. (#686) 2020-03-09 20:57:53 +01:00
configuration.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic (#773) 2020-03-25 12:48:20 +11:00
notifier_test.go Add validation for notifier configuration. 2020-01-22 10:15:25 +11:00
notifier.go Add validation for notifier configuration. 2020-01-22 10:15:25 +11:00
session_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
session.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
storage_test.go [FIX] Prevent crash when storage config is nil (#623) 2020-02-06 13:53:02 +11:00
storage.go [FIX] Prevent crash when storage config is nil (#623) 2020-02-06 13:53:02 +11:00
totp_test.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic (#773) 2020-03-25 12:48:20 +11:00
totp.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic (#773) 2020-03-25 12:48:20 +11:00