You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-15 00:15:00 +02:00
Encrypting user/email from cookie, add changelog
This commit is contained in:
@ -8,6 +8,7 @@
|
|||||||
- Use JSON to encode session state to be stored in browser cookies
|
- Use JSON to encode session state to be stored in browser cookies
|
||||||
- Implement legacy decode function to support existing cookies generated by older versions
|
- Implement legacy decode function to support existing cookies generated by older versions
|
||||||
- Add detailed table driven tests in session_state_test.go
|
- Add detailed table driven tests in session_state_test.go
|
||||||
|
- [#120](https://github.com/pusher/oauth2_proxy/pull/120) Encrypting user/email from cookie (@costelmoraru)
|
||||||
- [#55](https://github.com/pusher/oauth2_proxy/pull/55) Added login.gov provider (@timothy-spencer)
|
- [#55](https://github.com/pusher/oauth2_proxy/pull/55) Added login.gov provider (@timothy-spencer)
|
||||||
- [#55](https://github.com/pusher/oauth2_proxy/pull/55) Added environment variables for all config options (@timothy-spencer)
|
- [#55](https://github.com/pusher/oauth2_proxy/pull/55) Added environment variables for all config options (@timothy-spencer)
|
||||||
- [#70](https://github.com/pusher/oauth2_proxy/pull/70) Fix handling of splitted cookies (@einfachchr)
|
- [#70](https://github.com/pusher/oauth2_proxy/pull/70) Fix handling of splitted cookies (@einfachchr)
|
||||||
|
Reference in New Issue
Block a user