1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/cookies
t-katsumura d107d885e4
Session-Cookie Support (#1713)
* Create session cookie when cookie-expire set 0

* Fix format

* add test

* fix lint error

* fix test code

* fix conflicted test case

* update test case of cookie expiration

* update tests of csrf cookies

* update docs

* Update docs/docs/configuration/overview.md

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>

---------

Co-authored-by: tanuki884 <morkazuk@fsi.co.jp>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2023-08-16 12:23:02 +01:00
..
cookies_suite_test.go Support nonce checks in OIDC Provider (#967) 2021-04-21 10:33:27 +01:00
cookies_test.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
cookies.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
csrf_per_request_test.go Add flags to define CSRF cookie expiration time and to allow CSRF cookies per request (#1708) 2022-08-31 23:27:56 +01:00
csrf_test.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
csrf.go Fixup update session state handling 2022-10-29 12:49:53 +01:00