Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
/ sproxy Public archive

Commit

Permalink
Version 1.96.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ip1981 committed Aug 6, 2017
1 parent ad1134a commit 41112cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
======

Expand All @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion sproxy2.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 41112cd

Please sign in to comment.