Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta committed Jan 14, 2022
1 parent d3b3e50 commit 37b3c53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Removes signOut option `clearTokensAfterRedirect`
- Adds signOut option `clearTokensBeforeRedirect` (default: `false`) to remove local tokens before logout redirect happen
- [#1057](https://github.com/okta/okta-auth-js/pull/1057) Strict checks are now enabled in the Typescript compiler options. Some type signatures have been changed to match current behavior.
- [#1062](https://github.com/okta/okta-auth-js/pull/1062)
- Authn method `introspect` is renamed to `introspectAuthn` (still callable as `tx.introspect`)
- `IdxFeature` enum is now defined as strings instead of numbers

### Features

Expand All @@ -25,6 +28,9 @@
- `autoRemediate`. If false, there will be no attempt to satisfy remediations even if values have been passed.
- TransactionManager supports new option:
- `saveLastResponse`. If false, IDX responses will not be cached.
- [#1062](https://github.com/okta/okta-auth-js/pull/1062)
- All IDX methods are exported.
- `useInteractionCodeFlow` defaults to `true` for sample and test apps.

## 5.10.1

Expand Down

0 comments on commit 37b3c53

Please sign in to comment.