@backstage/plugin-auth-backend 0.18.1 → 0.18.2-next.1

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/dist/index.d.ts CHANGED
@@ -99,6 +99,8 @@ declare type OAuthState = {
99
99
  env: string;
100
100
  origin?: string;
101
101
  scope?: string;
102
+ redirectUrl?: string;
103
+ flow?: string;
102
104
  };
103
105
  /** @public */
104
106
  declare type OAuthStartRequest = express.Request<{}> & {
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.18.1",
4
+ "version": "0.18.2-next.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.18.3",
35
+ "@backstage/backend-common": "^0.18.4-next.1",
36
36
  "@backstage/catalog-client": "^1.4.0",
37
37
  "@backstage/catalog-model": "^1.2.1",
38
38
  "@backstage/config": "^1.0.7",
39
39
  "@backstage/errors": "^1.1.5",
40
- "@backstage/plugin-auth-node": "^0.2.12",
40
+ "@backstage/plugin-auth-node": "^0.2.13-next.1",
41
41
  "@backstage/types": "^1.0.2",
42
42
  "@davidzemon/passport-okta-oauth": "^0.0.5",
43
43
  "@google-cloud/firestore": "^6.0.0",
@@ -76,9 +76,8 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.1.35",
80
- "@backstage/cli": "^0.22.4",
81
- "@backstage/test-utils": "^1.2.6",
79
+ "@backstage/backend-test-utils": "^0.1.36-next.1",
80
+ "@backstage/cli": "^0.22.6-next.1",
82
81
  "@types/body-parser": "^1.19.0",
83
82
  "@types/cookie-parser": "^1.4.2",
84
83
  "@types/express-session": "^1.17.2",