Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta authored Nov 12, 2019
1 parent 28de81d commit 9d651d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/oidc-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.1.0

### Features

- Support for Org Authorization Servers. [#590](https://github.com/okta/okta-oidc-js/pull/590) - See [composing your base url](https://developer.okta.com/docs/reference/api/oidc/#composing-your-base-url) for more information on Authorization Servers.

### Bug Fixes
- Errors during logout would cause the user to receive an empty page and remain logged in. [#585](https://github.com/okta/okta-oidc-js/pull/585) -

Due to this bug, errors during logout were being incorrectly suppressed and would not have been seen by the server process. Instead, the user would see a blank page. With this fix, the user will be logged out correctly, but the error event will also now be emitted to the server process.

Your server code should be prepared to either log or ignore this error.

# 2.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/oidc-middleware",
"version": "2.0.0",
"version": "2.1.0",
"description": "OpenId Connect middleware for authorization code flows",
"repository": "https://github.com/okta/okta-oidc-js",
"homepage": "https://github.com/okta/okta-oidc-js/tree/master/packages/oidc-middleware",
Expand Down

0 comments on commit 9d651d3

Please sign in to comment.