oauth2-proxy/pkg/sessions/cookie
Nick Meves f7cca1d0b3
Refactor encryption.Cipher to be an Encrypt/Decrypt Interface
All Encrypt/Decrypt Cipher implementations will now take
and return []byte to set up usage in future binary compatible
encoding schemes to fix issues with bloat encrypting to strings
(which requires base64ing adding 33% size)
2020-06-12 14:36:58 -07:00
..
session_store.go Refactor encryption.Cipher to be an Encrypt/Decrypt Interface 2020-06-12 14:36:58 -07:00
session_store_test.go Fix http.Cookie SameSite is not copied. (#450) 2020-03-17 18:48:52 +00:00