Skip to content

Commit

Permalink
sets useInteractionCodeFlow to true in spa samples and test app
Browse files Browse the repository at this point in the history
adds dynamic signin form to spa samples
sets IdxFeature enum to use human readable strings

export all idx, rename old introspect to introspectAuthn

OKTA-458192
<<<Jenkins Check-In of Tested SHA: b419bd2 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 51
PR Link: "#1062"
  • Loading branch information
aarongranick-okta authored and jaredperreault-okta committed Jan 20, 2022
1 parent 524bad4 commit 5a35ef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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.
- [#1066](https://github.com/okta/okta-auth-js/pull/1066) Extends type `CookieOptions` from `js-cookie` v3
- Uses enums for `CookieOptions.sameSite`
- Removes type `SetCookieOptions`
- [#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
Expand Down

0 comments on commit 5a35ef6

Please sign in to comment.