1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-12-14 11:23:21 +02:00
oauth2-proxy/pkg/sessions
Paul Groudas 5d0827a028 Add configuration for cookie 'SameSite' value.
Values of 'lax' and 'strict' can improve and mitigate
some categories of cross-site traffic tampering.

Given that the nature of this proxy is often to proxy
private tools, this is useful to take advantage of.

See: https://www.owasp.org/index.php/SameSite
2020-01-06 12:21:52 -05:00
..
cookie Some code improvements 2019-10-09 15:44:26 +03:00
redis log message in case of failure during loading system cert pool 2019-11-12 11:42:49 +01:00
utils Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
session_store_test.go Add configuration for cookie 'SameSite' value. 2020-01-06 12:21:52 -05:00
session_store.go Simplify redis store options 2019-06-05 00:10:51 -07:00