authelia/internal/session
James Elliott 2763aefe81
[BUGFIX] Static Session Expiration Key (#1564)
* [BUGFIX] Static Session Expiration Key

* keys for session expiration are random for each instance of Authelia
* this is caused by upstream setting it to a random value
* using a temporary bugfix fork of github.com/fasthttp/session to resolve locally
* add some misc doc additions
2020-12-29 12:44:47 +11:00
..
mocks [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
const.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
encrypting_serializer.go [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
encrypting_serializer_test.go [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
provider.go [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
provider_config.go [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
provider_config_test.go [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
provider_test.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
types.go [BUGFIX] Static Session Expiration Key (#1564) 2020-12-29 12:44:47 +11:00
user_session.go [FEATURE] Automatic Profile Refresh - LDAP (#912) 2020-05-04 21:39:25 +02:00