This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
Releases: okta/okta-oidc-js
Releases · okta/okta-oidc-js
@okta/oidc-middleware@1.0.1
Features
ed29bf5
- Adds configuration validation forissuer
,client_id
,client_secret
, andredirect_uri
when passed into the middleware.
Other
c37b9cf
- Updates the TCK version to support new integration tests.3582f25
- Rely on shared environment configuration from project root.c8b7ab5a
- Migrate dependencies to project root utilizing yarn workspaces.8494be0
- Migrate mocha tests to jest.
@okta/jwt-verifier@0.0.14
Other
2945461
- Updates@okta/configuration-validation
version
@okta/jwt-verifier@0.0.13
Features
1ae19d1
- Adds configuration validation forissuer
andclientId
when passed into the verifier.
Other
3582f25
- Rely on shared environment configuration from project root.c37b9cf
- Updates the TCK version to support new integration tests.c8b7ab5a
- Migrate dependencies to project root utilizing yarn workspaces.6b6aca4
- Migrates mocha tests to jest.0a504a6
- Add note that this library is only for NodeJS
@okta/okta-vue@1.0.4
@okta/okta-react@1.1.1
@okta/oidc-angular@1.0.4
@okta/oidc-angular@1.0.2
Other
- The supported range of Angular peer dependencies has been upgraded to include versions 4, 5, and 6. At the moment we only test on the latest stable version of Angular, currently version 6.
@okta/oidc-middleware@0.1.3
@okta/okta-react@1.0.2
@okta/okta-react@1.0.0
Fixes
Breaking Change
auth.login()
didn't require a path parameter in previous versions of this library. In order to achieve custom redirecting, we've introduced the ability to pass in a custom route that navigates users to on completion.
// Before
auth.login()
// Now
auth.login('/profile')