1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/sessions
Nick Meves d228d5a928
Refactor the utils package to other areas (#538)
* Refactor the utils package to other areas

Move cookieSession functions to cookie session store
& align the double implementation of SecretBytes to be
united and housed under encryption

* Remove unused Provider SessionFromCookie/CookieForSession

These implementations aren't used, these are handled in the cookie store.

* Add changelog entry for session/utils refactor
2020-05-14 10:16:35 +01:00
..
cookie Refactor the utils package to other areas (#538) 2020-05-14 10:16:35 +01:00
redis Rename Session Options to improve structure 2020-04-29 19:51:24 +01:00
session_store_test.go Refactor the utils package to other areas (#538) 2020-05-14 10:16:35 +01:00
session_store.go Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00