From 41112cddb49ad4d967d3b400936ed18c2a4f4197 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 6 Aug 2017 20:01:07 +0300 Subject: Version 1.96.0 --- ChangeLog.md | 14 ++++++++++++++ sproxy2.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3