Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

@okta/oidc-middleware@2.1.0

Compare
Choose a tag to compare
@aarongranick-okta aarongranick-okta released this 12 Nov 19:05
· 121 commits to master since this release
9d651d3

Features

Bug Fixes

  • Errors during logout would cause the user to receive an empty page and remain logged in. #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.