authelia/internal/configuration
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
..
schema [MISC] Encrypt session data in redis store. (#789) 2020-03-28 17:10:39 +11:00
test_resources [BUGFIX] [BREAKING] Set username retrieved from authentication backend in session. (#687) 2020-03-15 18:10:25 +11:00
validator [MISC] Encrypt session data in redis store. (#789) 2020-03-28 17:10:39 +11:00
reader.go Bind secret environment variable to allow unmarshalling. 2020-01-22 10:15:25 +11:00
reader_test.go [FEATURE] [BREAKING] Support writing logs in a file. (#686) 2020-03-09 20:57:53 +01:00