@backstage/plugin-auth-backend-module-auth0-provider 0.3.0-next.1 → 0.3.1-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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-auth-backend-module-auth0-provider
2
2
 
3
+ ## 0.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.7.1-next.0
9
+ - @backstage/errors@1.2.7
10
+ - @backstage/plugin-auth-node@0.6.14-next.0
11
+
12
+ ## 0.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 36804fe: feat: Added organization option to authorization params of the strategy
17
+
18
+ ### Patch Changes
19
+
20
+ - 867c905: Add support for organizational invites in auth0 strategy
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.7.0
23
+ - @backstage/plugin-auth-node@0.6.13
24
+
3
25
  ## 0.3.0-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-module-auth0-provider",
3
- "version": "0.3.0-next.1",
3
+ "version": "0.3.1-next.0",
4
4
  "description": "The auth0-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,19 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "1.7.0-next.1",
40
+ "@backstage/backend-plugin-api": "1.7.1-next.0",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.6.13-next.1",
42
+ "@backstage/plugin-auth-node": "0.6.14-next.0",
43
43
  "express": "^4.22.0",
44
44
  "passport": "^0.7.0",
45
45
  "passport-auth0": "^1.4.3",
46
46
  "passport-oauth2": "^1.6.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-defaults": "0.15.2-next.1",
50
- "@backstage/backend-test-utils": "1.11.0-next.1",
51
- "@backstage/cli": "0.35.4-next.2",
52
- "@backstage/plugin-auth-backend": "0.27.0-next.1",
49
+ "@backstage/backend-defaults": "0.15.3-next.0",
50
+ "@backstage/backend-test-utils": "1.11.1-next.0",
51
+ "@backstage/cli": "0.35.5-next.0",
52
+ "@backstage/plugin-auth-backend": "0.27.1-next.0",
53
53
  "@backstage/types": "1.2.2",
54
54
  "@types/passport": "^1.0.3",
55
55
  "@types/passport-auth0": "^1.0.5",