oauth2-proxy/pkg
Nick Meves 1979627534
Move Encrypt/Decrypt Into helper to session_state.go
This helper method is only applicable for Base64 wrapped
encryption since it operated on string -> string primarily.
It wouldn't be used for pure CFB/GCM ciphers. After a messagePack
session refactor, this method would further only be used for
legacy session compatibility - making its placement in cipher.go
not ideal.
2020-06-12 14:46:35 -07:00
..
apis Move Encrypt/Decrypt Into helper to session_state.go 2020-06-12 14:46:35 -07:00
cookies Rename Cookie Options to remove extra 'Cookie' 2020-04-29 19:51:24 +01:00
encryption Move Encrypt/Decrypt Into helper to session_state.go 2020-06-12 14:46:35 -07:00
ip Move RealClientIP code to IP packages 2020-05-23 15:17:41 +01:00
logger Implements --real-client-ip-header option. (#503) 2020-05-12 18:41:25 +01:00
requests Support context in providers (#519) 2020-05-10 13:34:59 +01:00
sessions Improve design of Base64Cipher wrapping other ciphers. 2020-06-12 14:36:58 -07:00
validation Improve design of Base64Cipher wrapping other ciphers. 2020-06-12 14:36:58 -07:00