Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Latest commit

 

History

History
59 lines (31 loc) · 1.95 KB

File metadata and controls

59 lines (31 loc) · 1.95 KB

1.1.0

Features

  • #954
    • Adds ES entry point for configuration-validation
    • Adds sourcemaps

Other

  • #1052 Fixes vulnerability issues

1.0.0

Features

  • #879 Adds support for Typescript

0.4.3

Bug Fixes

  • #818 Remove bad regex for domain typo checking

0.4.2

Bug Fixes

  • [#754] autoRenew: false at the top of a config (not in tokenManager) now actually passes into tokenManager. The previous behavior caused problems with libraries (such as @okta/okta-auth-js) that tried to assign defaults of true to any params not explicitly set, as they would not see any explictly false setting.

0.4.1

Bug Fixes

  • a2a7b3e - Normalize config format for the properties responseType and scopes, used in get token flows.

0.4.0

Features

  • 654550 - All configuration options are now accepted. See Configuration Reference. Camel-case (clientId) is now the preferred syntax for all Okta OIDC libraries. Underscore syntax (client_id) may be deprecated in a future release.

0.3.0

Features

  • 9b04ada - Adds buildConfigObject function which accepts both camelCase and underscore_case

0.2.0

Features

  • 035607b - Adds assertion function for appBaseUrl

0.1.1

Bug Fixes

  • 49e8f60 - Use babel to compile for IE 11