Releases: oktadev/schematics
Releases · oktadev/schematics
v2.1.0
This release packs a punch! 👊
- Adds support for Express and OIDC Middleware.
- Removes
/implicit
from all redirect URIs. Only Auth Code flow is used. - Upgrades Okta React SDK to 3.0.1.
- Upgrades Okta React Native to 1.4.0.
- Migrates CI from Travis to GitHub Actions.
See this project's documentation to see how to use OktaDev Schematics to add authentication to your project.
v2.0.2
v2.0.1
This release contains improvements to Ionic integration. No other SDKs were touched.
Replaces cordova-plugin-secure-storage with cordova-plugin-secure-storage-echo since old plugin is no longer maintained and causes Android 10+ to crash.
v2.0.0
This release upgrades all Okta SDKs to their latest releases.
These releases all depend on Okta's Auth JS 3.0.0 SDK, which makes PKCE the default.
v1.6.0
- Upgrade to Okta React SDK 2.0.1.
- Minor upgrades to dependencies to use the latest versions.
v1.5.2
- Fixed Angular scopes to be an array rather than a string.
v1.5.1
- Fixes React templates for Okta React SDK 2.0.0
v1.5.0
- Upgrade to Okta Angular SDK 2.0.0.
- Upgrades dependencies to the latest versions.
v1.4.0
- Upgrade to Okta React SDK 2.0.0.
- Upgrades dependencies to the latest versions.
v1.3.0
- Add support for Ionic 5 and upgrade ionic-appauth to 0.4.6.
- Refactor deprecated
runSchematic()
torunSchematicAsync()
in tests. - Upgrade dependencies to the latest versions.