1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/validator
Clément Michaud 4264e64f9b
[MISC] Encrypt session data in redis store. ()
This is a regression from v3. With this change session data is encrypted with AES-GCM using a 256-bit key derived from the provided secret.

Fixes .
2020-03-28 17:10:39 +11:00
..
authentication_test.go [BUGFIX] Make users_filter configuration of LDAP backend optional. () 2020-03-15 23:10:13 +11:00
authentication.go [BUGFIX] Make users_filter configuration of LDAP backend optional. () 2020-03-15 23:10:13 +11:00
configuration_test.go [FEATURE] [BREAKING] Support writing logs in a file. () 2020-03-09 20:57:53 +01:00
configuration.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic () 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 [MISC] Encrypt session data in redis store. () 2020-03-28 17:10:39 +11:00
session.go [MISC] Encrypt session data in redis store. () 2020-03-28 17:10:39 +11:00
storage_test.go [FIX] Prevent crash when storage config is nil () 2020-02-06 13:53:02 +11:00
storage.go [FIX] Prevent crash when storage config is nil () 2020-02-06 13:53:02 +11:00
totp_test.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic () 2020-03-25 12:48:20 +11:00
totp.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic () 2020-03-25 12:48:20 +11:00