@backstage/plugin-auth-backend 0.25.4-next.1 → 0.25.4

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 +12 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.25.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+ - 54ddfef: Updating plugin metadata
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-node@1.19.0
11
+ - @backstage/plugin-auth-node@0.6.7
12
+ - @backstage/types@1.2.2
13
+ - @backstage/backend-plugin-api@1.4.3
14
+
3
15
  ## 0.25.4-next.1
4
16
 
5
17
  ### 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.4",
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",
51
- "@backstage/catalog-model": "1.7.5",
52
- "@backstage/config": "1.3.3",
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",
50
+ "@backstage/backend-plugin-api": "^1.4.3",
51
+ "@backstage/catalog-model": "^1.7.5",
52
+ "@backstage/config": "^1.3.3",
53
+ "@backstage/errors": "^1.2.7",
54
+ "@backstage/plugin-auth-node": "^0.6.7",
55
+ "@backstage/plugin-catalog-node": "^1.19.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.12.1",
74
+ "@backstage/backend-test-utils": "^1.9.0",
75
+ "@backstage/cli": "^0.34.2",
76
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.3.7",
77
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.12",
78
78
  "@types/cookie-parser": "^1.4.2",
79
79
  "@types/express": "^4.17.6",
80
80
  "@types/express-session": "^1.17.2",