@backstage/plugin-auth-backend 0.0.0-nightly-20240826083204 → 0.0.0-nightly-20240827082736
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 +26 -21
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +23 -23
package/dist/index.d.ts
CHANGED
|
@@ -663,6 +663,7 @@ declare const providers: Readonly<{
|
|
|
663
663
|
resolvers: Readonly<{
|
|
664
664
|
emailMatchingUserEntityProfileEmail: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
|
|
665
665
|
emailLocalPartMatchingUserEntityName: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
|
|
666
|
+
userIdMatchingUserEntityAnnotation: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
|
|
666
667
|
emailMatchingUserEntityAnnotation: () => _backstage_plugin_auth_node.SignInResolver<OAuthResult>;
|
|
667
668
|
}>;
|
|
668
669
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth-backend",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240827082736",
|
|
4
4
|
"description": "A Backstage backend plugin that handles authentication",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test": "backstage-cli package test"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240827082736",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240827082736",
|
|
48
48
|
"@backstage/catalog-client": "^1.6.6",
|
|
49
49
|
"@backstage/catalog-model": "^1.6.0",
|
|
50
50
|
"@backstage/config": "^1.2.0",
|
|
51
51
|
"@backstage/errors": "^1.2.4",
|
|
52
|
-
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.0.0-nightly-
|
|
58
|
-
"@backstage/plugin-auth-backend-module-github-provider": "^0.0.0-nightly-
|
|
59
|
-
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/plugin-auth-backend-module-google-provider": "^0.0.0-nightly-
|
|
61
|
-
"@backstage/plugin-auth-backend-module-microsoft-provider": "^0.0.0-nightly-
|
|
62
|
-
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.0.0-nightly-
|
|
63
|
-
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.0.0-nightly-
|
|
64
|
-
"@backstage/plugin-auth-backend-module-oidc-provider": "^0.0.0-nightly-
|
|
65
|
-
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/plugin-auth-backend-module-onelogin-provider": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/plugin-catalog-node": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/plugin-auth-backend-module-atlassian-provider": "^0.0.0-nightly-20240827082736",
|
|
53
|
+
"@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.0.0-nightly-20240827082736",
|
|
54
|
+
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "^0.0.0-nightly-20240827082736",
|
|
55
|
+
"@backstage/plugin-auth-backend-module-bitbucket-provider": "^0.0.0-nightly-20240827082736",
|
|
56
|
+
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "^0.0.0-nightly-20240827082736",
|
|
57
|
+
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.0.0-nightly-20240827082736",
|
|
58
|
+
"@backstage/plugin-auth-backend-module-github-provider": "^0.0.0-nightly-20240827082736",
|
|
59
|
+
"@backstage/plugin-auth-backend-module-gitlab-provider": "^0.0.0-nightly-20240827082736",
|
|
60
|
+
"@backstage/plugin-auth-backend-module-google-provider": "^0.0.0-nightly-20240827082736",
|
|
61
|
+
"@backstage/plugin-auth-backend-module-microsoft-provider": "^0.0.0-nightly-20240827082736",
|
|
62
|
+
"@backstage/plugin-auth-backend-module-oauth2-provider": "^0.0.0-nightly-20240827082736",
|
|
63
|
+
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.0.0-nightly-20240827082736",
|
|
64
|
+
"@backstage/plugin-auth-backend-module-oidc-provider": "^0.0.0-nightly-20240827082736",
|
|
65
|
+
"@backstage/plugin-auth-backend-module-okta-provider": "^0.0.0-nightly-20240827082736",
|
|
66
|
+
"@backstage/plugin-auth-backend-module-onelogin-provider": "^0.0.0-nightly-20240827082736",
|
|
67
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240827082736",
|
|
68
|
+
"@backstage/plugin-catalog-node": "^0.0.0-nightly-20240827082736",
|
|
69
69
|
"@backstage/types": "^1.1.1",
|
|
70
70
|
"@google-cloud/firestore": "^7.0.0",
|
|
71
71
|
"@node-saml/passport-saml": "^4.0.4",
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"yn": "^4.0.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@backstage/backend-defaults": "^0.0.0-nightly-
|
|
105
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
106
|
-
"@backstage/cli": "^0.
|
|
104
|
+
"@backstage/backend-defaults": "^0.0.0-nightly-20240827082736",
|
|
105
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240827082736",
|
|
106
|
+
"@backstage/cli": "^0.0.0-nightly-20240827082736",
|
|
107
107
|
"@types/body-parser": "^1.19.0",
|
|
108
108
|
"@types/cookie-parser": "^1.4.2",
|
|
109
109
|
"@types/express-session": "^1.17.2",
|