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 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog.md') 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 ====== -- cgit v1.2.3