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 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
..
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 Improve design of Base64Cipher wrapping other ciphers. 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