@okta/okta-auth-js
Advanced tools
Comparing version
# Changelog | ||
## 2.2.0 | ||
### Bug Fixes | ||
- [#178](https://github.com/okta/okta-auth-js/pull/178) - Resolves an issue introduced with [#171](https://github.com/okta/okta-auth-js/pull/171) causing the silent login flow to throw errors | ||
## 2.1.0 | ||
### Bug Fixes | ||
- [#172](https://github.com/okta/okta-auth-js/pull/172) - Fixes an issue where default storage was read-only | ||
- [#161](https://github.com/okta/okta-auth-js/pull/161) - `ignoreSignature` was not set when redirecting | ||
### Other | ||
- [#171](https://github.com/okta/okta-auth-js/pull/171) - Scrub null/undefined values from authorize requests | ||
- [#162](https://github.com/okta/okta-auth-js/pull/162) - Update dependencies | ||
## 2.0.1 | ||
Bug Fixes | ||
### Bug Fixes | ||
@@ -7,0 +25,0 @@ * Fixed an problem, introduced in 2.0.0, that was causing tokens to be refreshed every time `authClient.tokenManager.get('accessToken')` was called. |
@@ -12,3 +12,3 @@ module.exports = { | ||
"CACHE_STORAGE_NAME": "okta-cache-storage", | ||
"SDK_VERSION": "2.1.0" | ||
"SDK_VERSION": "2.2.0" | ||
}; |
@@ -211,5 +211,4 @@ /*! | ||
function getDefaultOAuthParams(sdk, options) { | ||
var oauthOptions = util.clone(options) || {}; | ||
oauthOptions = util.removeNils(oauthOptions); | ||
function getDefaultOAuthParams(sdk, oauthOptions) { | ||
oauthOptions = util.clone(oauthOptions) || {}; | ||
@@ -216,0 +215,0 @@ var defaults = { |
{ | ||
"name": "@okta/okta-auth-js", | ||
"description": "The Okta Auth SDK", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"homepage": "https://github.com/okta/okta-auth-js", | ||
@@ -77,5 +77,5 @@ "license": "Apache-2.0", | ||
"okta": { | ||
"commitSha": "c38400687ce30bfcde17272511676f8dfa60d28b", | ||
"fullVersion": "2.1.0-20181107001214-c384006" | ||
"commitSha": "f1e53b11e5e39ba40e2301ac1d306ba3b6c88dec", | ||
"fullVersion": "2.2.0-20181113001400-f1e53b1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
876004
0.05%2730
-0.07%