@backstage/plugin-auth-backend 0.0.0-nightly-202181622118 → 0.0.0-nightly-202182121918
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 +15 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202182121918
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-client@0.0.0-nightly-202182121918
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-202182121918
|
|
10
|
+
- @backstage/catalog-model@0.0.0-nightly-202182121918
|
|
11
|
+
- @backstage/config@0.0.0-nightly-202182121918
|
|
12
|
+
|
|
13
|
+
## 0.4.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
6
16
|
|
|
7
|
-
-
|
|
17
|
+
- 19f45179a5: Bump `passport-saml` to version 3. This is a breaking change, in that it [now requires](https://github.com/node-saml/passport-saml/pull/548) the `auth.saml.cert` parameter to be set. If you are not using SAML auth, you can ignore this.
|
|
8
18
|
|
|
9
19
|
To update your settings, add something similar to the following to your app-config:
|
|
10
20
|
|
|
@@ -19,10 +29,10 @@
|
|
|
19
29
|
|
|
20
30
|
### Patch Changes
|
|
21
31
|
|
|
22
|
-
-
|
|
23
|
-
-
|
|
32
|
+
- 560d6810f0: Fix a bug preventing an access token to be refreshed a second time with the GitLab provider.
|
|
33
|
+
- de5717872d: Use a more informative error message if the configured OIDC identity provider does not provide a `userinfo_endpoint` in its metadata.
|
|
24
34
|
- Updated dependencies
|
|
25
|
-
- @backstage/backend-common@0.
|
|
35
|
+
- @backstage/backend-common@0.9.3
|
|
26
36
|
|
|
27
37
|
## 0.3.24
|
|
28
38
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that handles authentication",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-202182121918",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"clean": "backstage-cli clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
34
|
-
"@backstage/catalog-client": "^0.
|
|
35
|
-
"@backstage/catalog-model": "^0.
|
|
36
|
-
"@backstage/config": "^0.
|
|
33
|
+
"@backstage/backend-common": "^0.0.0-nightly-202182121918",
|
|
34
|
+
"@backstage/catalog-client": "^0.0.0-nightly-202182121918",
|
|
35
|
+
"@backstage/catalog-model": "^0.0.0-nightly-202182121918",
|
|
36
|
+
"@backstage/config": "^0.0.0-nightly-202182121918",
|
|
37
37
|
"@backstage/errors": "^0.1.1",
|
|
38
38
|
"@backstage/test-utils": "^0.1.17",
|
|
39
39
|
"@types/express": "^4.17.6",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"yn": "^4.0.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
74
|
+
"@backstage/cli": "^0.0.0-nightly-202182121918",
|
|
75
75
|
"@types/body-parser": "^1.19.0",
|
|
76
76
|
"@types/cookie-parser": "^1.4.2",
|
|
77
77
|
"@types/express-session": "^1.17.2",
|