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 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
..
cookie Refactor encryption.Cipher to be an Encrypt/Decrypt Interface 2020-06-12 14:36:58 -07:00
redis Refactor encryption.Cipher to be an Encrypt/Decrypt Interface 2020-06-12 14:36:58 -07:00
session_store_test.go Allow binary values in signed cookies 2020-06-12 14:36:58 -07:00
session_store.go Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00