authelia/internal/session
James Elliott 706fbfdb2c
fix(session): ensure default cookie samesite value is lax (#1926)
This implements a change to the default behaviour of the cookies generated by the sessions package. The old behaviour was to set the SameSite=None, this changes it to SameSite=Lax. Additionally this puts the option in the hands of the end-user so they can decide for themselves what the best option is.
2021-04-18 10:02:04 +10:00
..
mocks refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
const.go [CI] Add goconst linter (#961) 2020-05-02 18:20:40 +02:00
encrypting_serializer.go refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
encrypting_serializer_test.go refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
provider.go refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
provider_config.go fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
provider_config_test.go fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
provider_test.go feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
types.go refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
user_session.go [FEATURE] Automatic Profile Refresh - LDAP (#912) 2020-05-04 21:39:25 +02:00