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]
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/[email protected]
Other
2945461
- Updates@okta/configuration-validation
version
@okta/[email protected]
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/[email protected]
@okta/[email protected]
@okta/[email protected]
@okta/[email protected]
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/[email protected]
@okta/[email protected]
@okta/[email protected]
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')