Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Compare
Choose a tag to compare
@swiftone swiftone released this 03 Apr 16:48
· 88 commits to master since this release
bfa06cf

Breaking Changes

  • Uses/requires @okta/okta-auth-js 3.x
    • The pkce option now defaults to true, using the Authorization Code w/PKCE flow
  • The previously deprecated scope option is now fully unsupported
  • The scopes option now defaults to ['openid', 'email', 'profile'] instead of the previous ['openid']
    • This default continues to be overridden by any explicit scopes passed in the config