authelia/internal/configuration
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
..
schema fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
test_resources ci: add yamllint (#1895) 2021-04-11 06:51:00 +10:00
validator fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
config.template.yml fix(session): ensure default cookie samesite value is lax (#1926) 2021-04-18 10:02:04 +10:00
const.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader_test.go fix: removed deprecated smtp/ldap options (#1912) 2021-04-16 11:44:37 +10:00