1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-06 03:53:54 +02:00
oauth2-proxy/pkg
Nick Meves b4530b9292
Allow binary values in signed cookies
Make signedValue & Validate operate on []byte
by default and not assume/cast string. Any casting
will be done from callers.
2020-06-12 14:36:58 -07:00
..
apis Ensure decrypted user/email are valid UTF8 2020-06-12 15:36:55 +01:00
cookies Rename Cookie Options to remove extra 'Cookie' 2020-04-29 19:51:24 +01:00
encryption Allow binary values in signed cookies 2020-06-12 14:36:58 -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 Allow binary values in signed cookies 2020-06-12 14:36:58 -07:00
validation Support new option "github-user" (#421) 2020-06-01 20:02:07 +01:00