Skip to content

Commit 6321465

Browse files
committed
Release v1.2.1
1 parent 99c6673 commit 6321465

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Change Log
22

3-
## [v1.2.0](https://github.com/auth0/wp-auth0/tree/v1.2.0) (2019-07-31)
4-
[Full Changelog](https://github.com/auth0/wp-auth0/compare/v1.1.0...v1.2.0)
3+
## [v1.2.1](https://github.com/auth0/passport-auth0/tree/v1.2.1) (2019-08-12)
4+
[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.2.0...v1.2.1)
5+
6+
**Closed issues**
7+
- Strategy constructor mutates options argument [\#91](https://github.com/auth0/passport-auth0/issues/91)
8+
- Infinite redirect loop, "Invalid authorization request state." [\#89](https://github.com/auth0/passport-auth0/issues/89)
9+
- could I use cookie-session instead of express-session? [\#87](https://github.com/auth0/passport-auth0/issues/87)
10+
11+
**Fixed**
12+
- Fix strategy constructor to not mutate options argument [\#92](https://github.com/auth0/passport-auth0/pull/92) ([naptowncode](https://github.com/naptowncode))
13+
14+
## [v1.2.0](https://github.com/auth0/passport-auth0/tree/v1.2.0) (2019-07-31)
15+
[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.1.0...v1.2.0)
516

617
**Closed issues**
718
- Not obvious how to style lock on redirect [\#74](https://github.com/auth0/passport-auth0/issues/74)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-auth0",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Auth0 platform authentication strategy for Passport.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)