- #954
- Adds ES entry point for configuration-validation
- Adds sourcemaps
- #1052 Fixes vulnerability issues
- #879 Adds support for Typescript
- #818 Remove bad regex for domain typo checking
- [#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 oftrue
to any params not explicitly set, as they would not see any explictlyfalse
setting.
a2a7b3e
- Normalize config format for the propertiesresponseType
andscopes
, used in get token flows.
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.
9b04ada
- AddsbuildConfigObject
function which accepts both camelCase and underscore_case
035607b
- Adds assertion function forappBaseUrl
49e8f60
- Use babel to compile for IE 11