diff options
-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 |