1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-08 04:03:58 +02:00
oauth2-proxy/pkg/validation
Nick Meves ce2e92bc57
Improve design of Base64Cipher wrapping other ciphers.
Have it take in a cipher init function as an argument.
Remove the confusing `newCipher` method that matched legacy behavior
and returns a Base64Cipher(CFBCipher) -- instead explicitly ask for
that in the uses.
2020-06-12 14:36:58 -07:00
..
logging.go Ensure exclude-logging-paths is consistent with other options 2020-05-31 14:09:28 +01:00
options_test.go Always encrypt sessions regardless of configuration 2020-05-24 21:23:04 +01:00
options.go Improve design of Base64Cipher wrapping other ciphers. 2020-06-12 14:36:58 -07:00