@backstage/plugin-auth-backend-module-google-provider 0.2.3-next.2 → 0.2.3
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 +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-google-provider
|
|
2
2
|
|
|
3
|
+
## 0.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 79b055a: Pass through `includeGrantedScopes` in order to persist scopes across refresh calls
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-auth-node@0.5.5
|
|
10
|
+
- @backstage/backend-plugin-api@1.1.0
|
|
11
|
+
|
|
3
12
|
## 0.2.3-next.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
|
3
|
-
"version": "0.2.3
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "A Google auth provider module for the Backstage auth backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"test": "backstage-cli package test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/backend-plugin-api": "1.1.0
|
|
42
|
-
"@backstage/plugin-auth-node": "0.5.5
|
|
41
|
+
"@backstage/backend-plugin-api": "^1.1.0",
|
|
42
|
+
"@backstage/plugin-auth-node": "^0.5.5",
|
|
43
43
|
"google-auth-library": "^9.0.0",
|
|
44
44
|
"passport-google-oauth20": "^2.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@backstage/backend-test-utils": "1.2.0
|
|
48
|
-
"@backstage/cli": "0.29.
|
|
49
|
-
"@backstage/plugin-auth-backend": "0.24.1
|
|
47
|
+
"@backstage/backend-test-utils": "^1.2.0",
|
|
48
|
+
"@backstage/cli": "^0.29.4",
|
|
49
|
+
"@backstage/plugin-auth-backend": "^0.24.1",
|
|
50
50
|
"@types/passport-google-oauth20": "^2.0.3",
|
|
51
51
|
"supertest": "^7.0.0"
|
|
52
52
|
},
|