@backstage/plugin-auth-backend 0.25.4-next.1 → 0.25.5-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.25.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.3.4-next.0
9
+ - @backstage/backend-plugin-api@1.4.4-next.0
10
+ - @backstage/plugin-auth-node@0.6.8-next.0
11
+ - @backstage/plugin-catalog-node@1.19.1-next.0
12
+
13
+ ## 0.25.4
14
+
15
+ ### Patch Changes
16
+
17
+ - 1d47bf3: Implementing Dynamic Client Registration with the OIDC server. You can enable this by setting `auth.experimentalDynamicClientRegistration.enabled` in `app-config.yaml`. This is highly experimental, but feedback welcome.
18
+ - 54ddfef: Updating plugin metadata
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-node@1.19.0
21
+ - @backstage/plugin-auth-node@0.6.7
22
+ - @backstage/types@1.2.2
23
+ - @backstage/backend-plugin-api@1.4.3
24
+
3
25
  ## 0.25.4-next.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.25.4-next.1",
3
+ "version": "0.25.5-next.0",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -47,13 +47,13 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-plugin-api": "1.4.3-next.0",
50
+ "@backstage/backend-plugin-api": "1.4.4-next.0",
51
51
  "@backstage/catalog-model": "1.7.5",
52
- "@backstage/config": "1.3.3",
52
+ "@backstage/config": "1.3.4-next.0",
53
53
  "@backstage/errors": "1.2.7",
54
- "@backstage/plugin-auth-node": "0.6.7-next.1",
55
- "@backstage/plugin-catalog-node": "1.19.0-next.1",
56
- "@backstage/types": "1.2.1",
54
+ "@backstage/plugin-auth-node": "0.6.8-next.0",
55
+ "@backstage/plugin-catalog-node": "1.19.1-next.0",
56
+ "@backstage/types": "1.2.2",
57
57
  "@google-cloud/firestore": "^7.0.0",
58
58
  "connect-session-knex": "^4.0.0",
59
59
  "cookie-parser": "^1.4.5",
@@ -70,11 +70,11 @@
70
70
  "uuid": "^11.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-defaults": "0.12.1-next.1",
74
- "@backstage/backend-test-utils": "1.9.0-next.1",
75
- "@backstage/cli": "0.34.2-next.2",
76
- "@backstage/plugin-auth-backend-module-google-provider": "0.3.7-next.0",
77
- "@backstage/plugin-auth-backend-module-guest-provider": "0.2.12-next.0",
73
+ "@backstage/backend-defaults": "0.13.0-next.1",
74
+ "@backstage/backend-test-utils": "1.9.1-next.1",
75
+ "@backstage/cli": "0.34.4-next.1",
76
+ "@backstage/plugin-auth-backend-module-google-provider": "0.3.8-next.0",
77
+ "@backstage/plugin-auth-backend-module-guest-provider": "0.2.13-next.0",
78
78
  "@types/cookie-parser": "^1.4.2",
79
79
  "@types/express": "^4.17.6",
80
80
  "@types/express-session": "^1.17.2",