This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Releases: okta/okta-oidc-js
Releases · okta/okta-oidc-js
@okta/[email protected]
Bug Fixes
- #1020 Fixes issue with UUID returning null
@okta/[email protected]
Features
- #708 - Adds support for custom JWKS URI when it cannot be constructed from issuer URI
@okta/jwt-verifier-2.2.0
Other
- #1012 Removes @okta/configuration-validation dependency
@okta/jwt-verifier-2.1.0
@okta/jwt-verifier-2.0.1
@okta/jwt-verifier-2.0.0
@okta/jwt-verifier-1.0.1
- #935 Updates jwks-rsa version for security fixes
@okta/okta-react-3.0.6
Bug Fixes
- #884 Stores secureReferrerPath in sessionStorage to avoid race condition for multiple tabs
@okta/okta-react-3.0.5
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
- NOTE: