Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Release 3.1.7 #556

Merged
merged 1 commit into from
Dec 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Change Log

All library changes, in descending order.

Version 3.1.7
-------------

**Released December 7, 2016.**

* Fixed a regression with social login, whereby Linkedin login was not working, and our library would conflict with your own usage of ``cookieParser()``, causing an error about signed cookies, as described in `#542 <https://github.com/stormpath/express-stormpath/issues/542>`_.
* The login form fields can now be customized with configuration (`#536 <https://github.com/stormpath/express-stormpath/issues/536>`_).
* Pre and Post handlers can now be used with OAuth2 provider login flows (`#522 <https://github.com/stormpath/express-stormpath/issues/522>`_, `#515 <https://github.com/stormpath/express-stormpath/issues/515>`_).
* Improved ID Site redirect flow when parsing the current host behind a proxy. (`#537 <https://github.com/stormpath/express-stormpath/issues/537>`_).
* Improved documentation of ``stormpath.init()`` (`#520 <https://github.com/stormpath/express-stormpath/issues/520>`_).

Version 3.1.6
-------------

Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Upgrade Guide
This page contains specific upgrading instructions to help you migrate between
Express-Stormpath releases.

Version 3.1.6 -> Version 3.1.7
------------------------------

**No changes needed!**

Version 3.1.5 -> Version 3.1.6
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-stormpath",
"version": "3.1.6",
"version": "3.1.7",
"description": "Build simple, secure web applications with Stormpath and Express!",
"keywords": [
"express",
Expand Down