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

Releases: okta/okta-oidc-js

@okta/oidc-middleware@4.2.0

28 Jul 18:59
93fff29
Compare
Choose a tag to compare

Bug Fixes

  • #1020 Fixes issue with UUID returning null

@okta/jwt-verifier@2.3.0

08 Jul 17:39
Compare
Choose a tag to compare

Features

  • #708 - Adds support for custom JWKS URI when it cannot be constructed from issuer URI

@okta/jwt-verifier-2.2.0

25 Jun 17:09
5a359ec
Compare
Choose a tag to compare

Other

  • #1012 Removes @okta/configuration-validation dependency

@okta/jwt-verifier-2.1.0

26 Mar 17:44
Compare
Choose a tag to compare

2.1.0

Other

  • #979 - Adds TypeScript type declaration file. Configured eslint and tsd

@okta/jwt-verifier-2.0.1

29 Jan 18:47
552ec87
Compare
Choose a tag to compare

2.0.1

Other

  • #952 - Updates configuration-validation dependency to 1.0.0
  • #953 - Fixes security vulnerability in jwks-rsa dependency

@okta/jwt-verifier-2.0.0

12 Jan 14:52
Compare
Choose a tag to compare

Features

  • #951 - Adds verifyIdToken()

Breaking Changes

  • #951 - Verifier will throw error "No KID specified" if no KID is present in the JWT header

@okta/jwt-verifier-1.0.1

24 Nov 17:03
5b0cd78
Compare
Choose a tag to compare
  • #935 Updates jwks-rsa version for security fixes

@okta/okta-react-3.0.6

09 Sep 16:17
d895fde
Compare
Choose a tag to compare

Bug Fixes

  • #884 Stores secureReferrerPath in sessionStorage to avoid race condition for multiple tabs

@okta/okta-react-3.0.5

31 Aug 17:23
a5880c6
Compare
Choose a tag to compare

Bug Fixes

  • #872 Adjusts <SecureRoute> so that it enforces authentication requirement for components passed via "render" or "children" in addition to "component"
    • NOTE: <SecureRoute>, like react-router <Route>, only wants ONE of the three ways of passing wrapped components per route
    • This should also address cases where components loaded through SecureRoute were being unnecessarily unmounted/remounted

@okta/okta-react-3.0.4

05 Aug 23:20
f26e777
Compare
Choose a tag to compare

Bug Fixes

  • #848 Removes onSessionExpired behavior. See the README for details