@webex/plugin-authorization-browser 2.59.3-next.1 → 2.59.4-next.1
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/.eslintrc.js +6 -6
- package/README.md +53 -53
- package/babel.config.js +3 -3
- package/dist/authorization.js +114 -116
- package/dist/authorization.js.map +1 -1
- package/dist/config.js +8 -8
- package/dist/config.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/jest.config.js +3 -3
- package/package.json +13 -13
- package/process +1 -1
- package/src/authorization.js +394 -394
- package/src/config.js +16 -16
- package/src/index.js +19 -19
- package/test/automation/fixtures/app.js +76 -76
- package/test/automation/fixtures/index.html +27 -27
- package/test/automation/spec/authorization-code-grant.js +123 -123
- package/test/automation/spec/implicit-grant.js +90 -90
- package/test/integration/spec/authorization.js +76 -76
- package/test/unit/spec/authorization.js +430 -430
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["require","_webexCore","_authorization","_interopRequireDefault","_config","proxies","registerPlugin","Authorization","config"],"sources":["index.js"],"sourcesContent":["/*!\
|
|
1
|
+
{"version":3,"names":["require","_webexCore","_authorization","_interopRequireDefault","_config","proxies","registerPlugin","Authorization","config"],"sources":["index.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport '@webex/internal-plugin-device';\nimport {registerPlugin} from '@webex/webex-core';\n\nimport Authorization from './authorization';\nimport config from './config';\n\nconst proxies = ['isAuthorizing', 'isAuthenticating'];\n\nregisterPlugin('authorization', Authorization, {\n config,\n proxies,\n});\n\nexport {default} from './authorization';\nexport {default as config} from './config';\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAIAA,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AAEA,IAAAE,cAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,OAAA,GAAAD,sBAAA,CAAAH,OAAA;AARA;AACA;AACA;;AAQA,IAAMK,OAAO,GAAG,CAAC,eAAe,EAAE,kBAAkB,CAAC;AAErD,IAAAC,yBAAc,EAAC,eAAe,EAAEC,sBAAa,EAAE;EAC7CC,MAAM,EAANA,eAAM;EACNH,OAAO,EAAPA;AACF,CAAC,CAAC"}
|
package/jest.config.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
const config = require('@webex/jest-config-legacy');
|
|
2
|
-
|
|
3
|
-
module.exports = config;
|
|
1
|
+
const config = require('@webex/jest-config-legacy');
|
|
2
|
+
|
|
3
|
+
module.exports = config;
|
package/package.json
CHANGED
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"@webex/eslint-config-legacy": "^0.0.0",
|
|
25
25
|
"@webex/jest-config-legacy": "^0.0.0",
|
|
26
26
|
"@webex/legacy-tools": "^0.0.0",
|
|
27
|
-
"@webex/test-helper-appid": "^2.59.
|
|
28
|
-
"@webex/test-helper-automation": "^2.59.
|
|
29
|
-
"@webex/test-helper-chai": "^2.59.
|
|
30
|
-
"@webex/test-helper-mocha": "^2.59.
|
|
31
|
-
"@webex/test-helper-mock-webex": "^2.59.
|
|
32
|
-
"@webex/test-helper-test-users": "^2.59.
|
|
27
|
+
"@webex/test-helper-appid": "^2.59.4-next.1",
|
|
28
|
+
"@webex/test-helper-automation": "^2.59.4-next.1",
|
|
29
|
+
"@webex/test-helper-chai": "^2.59.4-next.1",
|
|
30
|
+
"@webex/test-helper-mocha": "^2.59.4-next.1",
|
|
31
|
+
"@webex/test-helper-mock-webex": "^2.59.4-next.1",
|
|
32
|
+
"@webex/test-helper-test-users": "^2.59.4-next.1",
|
|
33
33
|
"eslint": "^8.24.0",
|
|
34
34
|
"prettier": "^2.7.1",
|
|
35
35
|
"sinon": "^9.2.4"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@webex/common": "^2.59.
|
|
39
|
-
"@webex/internal-plugin-device": "^2.59.
|
|
40
|
-
"@webex/plugin-authorization-node": "^2.59.
|
|
41
|
-
"@webex/storage-adapter-local-storage": "^2.59.
|
|
42
|
-
"@webex/storage-adapter-spec": "^2.59.
|
|
43
|
-
"@webex/webex-core": "^2.59.
|
|
38
|
+
"@webex/common": "^2.59.4-next.1",
|
|
39
|
+
"@webex/internal-plugin-device": "^2.59.4-next.1",
|
|
40
|
+
"@webex/plugin-authorization-node": "^2.59.4-next.1",
|
|
41
|
+
"@webex/storage-adapter-local-storage": "^2.59.4-next.1",
|
|
42
|
+
"@webex/storage-adapter-spec": "^2.59.4-next.1",
|
|
43
|
+
"@webex/webex-core": "^2.59.4-next.1",
|
|
44
44
|
"jose": "^4.13.1",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"uuid": "^3.3.2"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"test:style": "eslint ./src/**/*.*",
|
|
56
56
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
57
57
|
},
|
|
58
|
-
"version": "2.59.
|
|
58
|
+
"version": "2.59.4-next.1"
|
|
59
59
|
}
|
package/process
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = {browser: true};
|
|
1
|
+
module.exports = {browser: true};
|