diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-08-06 20:01:07 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-08-06 20:02:40 +0300 |
commit | 41112cddb49ad4d967d3b400936ed18c2a4f4197 (patch) | |
tree | 8a488334d312d53d2d03c3db8dc6a15900fa048c | |
parent | ad1134ad752bbcd678cfb5a80217fabe57fdcd35 (diff) | |
download | sproxy2-41112cddb49ad4d967d3b400936ed18c2a4f4197.tar.gz |
Version 1.96.01.96.0
-rw-r--r-- | ChangeLog.md | 14 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 343ee7c..119fafd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,18 @@ For differences with the original Sproxy scroll down. +1.96.0 +====== + + * Added support for Yandex (https://tech.yandex.com/oauth/). + + * Encode full URL (including protocol) into the state parameter, + not just path. This makes it possible to work with OAuth2 providers + that do not support multiple callback URL, like Yandex. + + * Fixed POST requests for tokens with Google and LinkedIn. They + were mistakenly using URL paramaters instead of URL-encoded bodies. + + 1.95.0 ====== @@ -8,6 +21,7 @@ For differences with the original Sproxy scroll down. * Respond with 502 (Bad Gateway) on any backend error. Previously it was 500 (Internal Server Error). + 1.94.1 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 682517a..440f20a 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.95.0 +version: 1.96.0 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |