@schibsted/account-sdk-browser 4.5.3 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +3 -1
- package/es5/global.js +4 -4
- package/es5/global.js.map +1 -1
- package/es5/global.min.js +1 -1
- package/es5/global.min.js.map +1 -1
- package/es5/identity.js +4 -4
- package/es5/identity.js.map +1 -1
- package/es5/identity.min.js +1 -1
- package/es5/identity.min.js.map +1 -1
- package/es5/index.js +4 -4
- package/es5/index.js.map +1 -1
- package/es5/index.min.js +1 -1
- package/es5/index.min.js.map +1 -1
- package/es5/monetization.js +1 -1
- package/es5/monetization.min.js +1 -1
- package/package.json +1 -1
- package/src/identity.d.ts +3 -3
- package/src/identity.js +3 -3
package/es5/identity.js
CHANGED
|
@@ -963,8 +963,8 @@ var _require = __webpack_require__(174),
|
|
|
963
963
|
* the request and callback. It's also recommended to prevent CSRF {@link https://tools.ietf.org/html/rfc6749#section-10.12}
|
|
964
964
|
* @property {string} [acrValues] - Authentication Context Class Reference Values. If
|
|
965
965
|
* omitted, the user will be asked to authenticate using username+password.
|
|
966
|
-
* For 2FA (Two-Factor Authentication) possible values are `sms`, `otp` (one time password)
|
|
967
|
-
* `password` (will force password confirmation, even if user is already logged in)
|
|
966
|
+
* For 2FA (Two-Factor Authentication) possible values are `sms`, `otp` (one time password),
|
|
967
|
+
* `password` (will force password confirmation, even if user is already logged in), `eid`. Those values might
|
|
968
968
|
* be mixed as space-separated string. To make sure that user has authenticated with 2FA you need
|
|
969
969
|
* to verify AMR (Authentication Methods References) claim in ID token.
|
|
970
970
|
* Might also be used to ensure additional acr (sms, otp) for already logged in users.
|
|
@@ -2085,7 +2085,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
2087
|
var isValidAcrValue = function isValidAcrValue(acrValue) {
|
|
2088
|
-
return Object(_validate__WEBPACK_IMPORTED_MODULE_21__["isStrIn"])(acrValue, ['password', 'otp', 'sms'], true);
|
|
2088
|
+
return Object(_validate__WEBPACK_IMPORTED_MODULE_21__["isStrIn"])(acrValue, ['password', 'otp', 'sms', 'eid-no', 'eid-se', 'eid'], true);
|
|
2089
2089
|
};
|
|
2090
2090
|
|
|
2091
2091
|
Object(_validate__WEBPACK_IMPORTED_MODULE_21__["assert"])(!acrValues || Object(_validate__WEBPACK_IMPORTED_MODULE_21__["isStrIn"])(acrValues, ['', 'otp-email', 'otp-sms'], true) || acrValues.split(' ').every(isValidAcrValue), "The acrValues parameter is not acceptable: ".concat(acrValues));
|
|
@@ -11512,7 +11512,7 @@ function emulate(global) {
|
|
|
11512
11512
|
/* 174 */
|
|
11513
11513
|
/***/ (function(module) {
|
|
11514
11514
|
|
|
11515
|
-
module.exports = JSON.parse("{\"name\":\"@schibsted/account-sdk-browser\",\"version\":\"4.
|
|
11515
|
+
module.exports = JSON.parse("{\"name\":\"@schibsted/account-sdk-browser\",\"version\":\"4.6.0\",\"description\":\"Schibsted account SDK for browsers\",\"main\":\"index.js\",\"scripts\":{\"build\":\"./build.sh\",\"clean\":\"rimraf .cache coverage dist docs\",\"docs\":\"rimraf docs && jsdoc -c ./utils/jsdoc.js --verbose\",\"lint\":\"eslint .\",\"pretest\":\"npm run lint\",\"test\":\"jest\",\"precover\":\"npm run lint\",\"cover\":\"jest --coverage\",\"postcover\":\"codecov\"},\"author\":\"\",\"license\":\"MIT\",\"dependencies\":{\"tiny-emitter\":\"^2.1.0\"},\"devDependencies\":{\"@babel/core\":\"^7.11.4\",\"@babel/preset-env\":\"^7.11.0\",\"babel-loader\":\"^8.1.0\",\"codecov\":\"^3.6.5\",\"core-js\":\"^3.6.5\",\"docdash\":\"git+https://github.com/torarvid/docdash.git#v0.5.0\",\"eslint\":\"^6.8.0\",\"eslint-plugin-import\":\"^2.20.2\",\"jest\":\"^26.4.2\",\"jest-junit\":\"^10.0.0\",\"jsdoc\":\"^3.6.5\",\"node-fetch\":\"^2.6.0\",\"regenerator-runtime\":\"^0.13.7\",\"webpack\":\"^4.44.1\",\"webpack-cli\":\"^3.3.12\",\"whatwg-url\":\"^8.0.0\"},\"repository\":{\"type\":\"git\",\"url\":\"git://github.com/schibsted/account-sdk-browser.git\"},\"babel\":{\"presets\":[[\"@babel/preset-env\",{\"useBuiltIns\":\"usage\",\"corejs\":3,\"targets\":{\"browsers\":[\"> 1%\",\"last 10 chrome major versions\",\"last 10 firefox major versions\",\"last 10 opera major versions\",\"last 2 safari major versions\",\"last 2 ios major versions\",\"last 2 ie major versions\",\"last 5 edge major versions\"]}}]]},\"typings\":\"index.d.ts\"}");
|
|
11516
11516
|
|
|
11517
11517
|
/***/ })
|
|
11518
11518
|
/******/ ]);
|