authelia/internal/configuration/schema
Clément Michaud 4264e64f9b
[MISC] Encrypt session data in redis store. (#789)
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 #652.
2020-03-28 17:10:39 +11:00
..
access_control.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
authentication.go [BUGFIX] [BREAKING] Set username retrieved from authentication backend in session. (#687) 2020-03-15 18:10:25 +11:00
configuration.go [FEATURE] [BREAKING] Support writing logs in a file. (#686) 2020-03-09 20:57:53 +01:00
duo.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
notifier.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
regulation.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
session.go [FEATURE] Redis DB Index Selection (#653) 2020-02-28 11:14:44 +11:00
storage.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
totp.go [FEATURE] TOTP Tuning Configuration Options and Fix Timer Graphic (#773) 2020-03-25 12:48:20 +11:00
validator.go [MISC] Encrypt session data in redis store. (#789) 2020-03-28 17:10:39 +11:00
validator_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00