@solid/solid-auth-oidc 0.5.5 → 0.5.7
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/LICENSE.md +0 -0
- package/README.md +0 -0
- package/lib/index.js +2 -1
- package/lib/provider-select-popup.js +0 -0
- package/package.json +9 -9
package/LICENSE.md
CHANGED
|
File without changes
|
package/README.md
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
@@ -609,7 +609,8 @@ var ClientAuthOIDC = function () {
|
|
|
609
609
|
defaults: {
|
|
610
610
|
authenticate: {
|
|
611
611
|
redirect_uri: redirectUri,
|
|
612
|
-
response_type: 'id_token token'
|
|
612
|
+
response_type: 'id_token token',
|
|
613
|
+
scope: options.scope || 'openid profile'
|
|
613
614
|
}
|
|
614
615
|
},
|
|
615
616
|
store: this.store
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solid/solid-auth-oidc",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">= 6.0"
|
|
6
6
|
},
|
|
@@ -56,24 +56,24 @@
|
|
|
56
56
|
},
|
|
57
57
|
"homepage": "https://github.com/solid/solid-auth-oidc",
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@solid/oidc-rp": "^0.11.
|
|
59
|
+
"@solid/oidc-rp": "^0.11.8"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"babel-cli": "^6.26.0",
|
|
63
63
|
"babel-core": "^6.26.3",
|
|
64
|
-
"babel-loader": "^8.2.
|
|
64
|
+
"babel-loader": "^8.2.5",
|
|
65
65
|
"babel-preset-es2015": "^6.24.1",
|
|
66
|
-
"chai": "^4.3.
|
|
66
|
+
"chai": "^4.3.6",
|
|
67
67
|
"chai-as-promised": "^7.1.1",
|
|
68
68
|
"dirty-chai": "^2.0.1",
|
|
69
69
|
"localstorage-memory": "^1.0.3",
|
|
70
|
-
"mocha": "^8.
|
|
70
|
+
"mocha": "^8.4.0",
|
|
71
71
|
"nyc": "^15.1.0",
|
|
72
72
|
"sinon": "^9.2.4",
|
|
73
|
-
"sinon-chai": "^3.
|
|
74
|
-
"standard": "^16.0.
|
|
75
|
-
"webpack": "^5.
|
|
76
|
-
"whatwg-url": "^8.
|
|
73
|
+
"sinon-chai": "^3.7.0",
|
|
74
|
+
"standard": "^16.0.4",
|
|
75
|
+
"webpack": "^5.74.0",
|
|
76
|
+
"whatwg-url": "^8.7.0"
|
|
77
77
|
},
|
|
78
78
|
"standard": {
|
|
79
79
|
"globals": [
|