@backstage/plugin-auth-backend 0.22.0-next.2 → 0.22.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
@@ -818,4 +818,4 @@ declare class CatalogIdentityClient {
818
818
  */
819
819
  declare function getDefaultOwnershipEntityRefs(entity: Entity): string[];
820
820
 
821
- export { AuthHandler, AuthHandlerResult, AuthProviderConfig, AuthProviderFactory, AuthProviderRouteHandlers, AuthResolverCatalogUserQuery, AuthResolverContext, AuthResponse, AwsAlbResult, BitbucketOAuthResult, BitbucketPassportProfile, BitbucketServerOAuthResult, CatalogIdentityClient, CloudflareAccessClaims, CloudflareAccessGroup, CloudflareAccessIdentityProfile, CloudflareAccessResult, CookieConfigurer, EasyAuthResult, GcpIapResult, GcpIapTokenInfo, GithubOAuthResult, OAuth2ProxyResult, OAuthAdapter, OAuthAdapterOptions, OAuthEnvironmentHandler, OAuthHandlers, OAuthLogoutRequest, OAuthProviderInfo, OAuthProviderOptions, OAuthRefreshRequest, OAuthResponse, OAuthResult, OAuthStartRequest, OAuthStartResponse, OAuthState, OidcAuthResult, ProfileInfo, ProviderFactories, RouterOptions, SamlAuthResult, SignInInfo, SignInResolver, StateEncoder, TokenParams, WebMessageResponse, createAuthProviderIntegration, createOriginFilter, createRouter, authPlugin as default, defaultAuthProviderFactories, encodeState, ensuresXRequestedWith, getDefaultOwnershipEntityRefs, postMessageResponse, prepareBackstageIdentityResponse, providers, readState, verifyNonce };
821
+ export { type AuthHandler, type AuthHandlerResult, type AuthProviderConfig, type AuthProviderFactory, type AuthProviderRouteHandlers, type AuthResolverCatalogUserQuery, type AuthResolverContext, type AuthResponse, type AwsAlbResult, type BitbucketOAuthResult, type BitbucketPassportProfile, type BitbucketServerOAuthResult, CatalogIdentityClient, type CloudflareAccessClaims, type CloudflareAccessGroup, type CloudflareAccessIdentityProfile, type CloudflareAccessResult, type CookieConfigurer, type EasyAuthResult, type GcpIapResult, type GcpIapTokenInfo, type GithubOAuthResult, type OAuth2ProxyResult, OAuthAdapter, type OAuthAdapterOptions, OAuthEnvironmentHandler, type OAuthHandlers, type OAuthLogoutRequest, type OAuthProviderInfo, type OAuthProviderOptions, type OAuthRefreshRequest, type OAuthResponse, type OAuthResult, type OAuthStartRequest, type OAuthStartResponse, type OAuthState, type OidcAuthResult, type ProfileInfo, type ProviderFactories, type RouterOptions, type SamlAuthResult, type SignInInfo, type SignInResolver, type StateEncoder, type TokenParams, type WebMessageResponse, createAuthProviderIntegration, createOriginFilter, createRouter, authPlugin as default, defaultAuthProviderFactories, encodeState, ensuresXRequestedWith, getDefaultOwnershipEntityRefs, postMessageResponse, prepareBackstageIdentityResponse, providers, readState, verifyNonce };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend",
3
- "version": "0.22.0-next.2",
3
+ "version": "0.22.1",
4
4
  "description": "A Backstage backend plugin that handles authentication",
5
5
  "backstage": {
6
6
  "role": "backend-plugin"
@@ -37,25 +37,25 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.21.4-next.2",
41
- "@backstage/backend-plugin-api": "^0.6.14-next.2",
42
- "@backstage/catalog-client": "^1.6.1-next.1",
43
- "@backstage/catalog-model": "^1.4.5-next.0",
44
- "@backstage/config": "^1.2.0-next.1",
45
- "@backstage/errors": "^1.2.4-next.0",
46
- "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.6-next.2",
47
- "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.5-next.2",
48
- "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.9-next.2",
49
- "@backstage/plugin-auth-backend-module-github-provider": "^0.1.11-next.2",
50
- "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.11-next.2",
51
- "@backstage/plugin-auth-backend-module-google-provider": "^0.1.11-next.2",
52
- "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.9-next.2",
53
- "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.11-next.2",
54
- "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.7-next.2",
55
- "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.4-next.2",
56
- "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.7-next.2",
57
- "@backstage/plugin-auth-node": "^0.4.9-next.2",
58
- "@backstage/plugin-catalog-node": "^1.8.0-next.2",
40
+ "@backstage/backend-common": "^0.21.4",
41
+ "@backstage/backend-plugin-api": "^0.6.14",
42
+ "@backstage/catalog-client": "^1.6.1",
43
+ "@backstage/catalog-model": "^1.4.5",
44
+ "@backstage/config": "^1.2.0",
45
+ "@backstage/errors": "^1.2.4",
46
+ "@backstage/plugin-auth-backend-module-atlassian-provider": "^0.1.6",
47
+ "@backstage/plugin-auth-backend-module-aws-alb-provider": "^0.1.6",
48
+ "@backstage/plugin-auth-backend-module-gcp-iap-provider": "^0.2.9",
49
+ "@backstage/plugin-auth-backend-module-github-provider": "^0.1.11",
50
+ "@backstage/plugin-auth-backend-module-gitlab-provider": "^0.1.11",
51
+ "@backstage/plugin-auth-backend-module-google-provider": "^0.1.11",
52
+ "@backstage/plugin-auth-backend-module-microsoft-provider": "^0.1.9",
53
+ "@backstage/plugin-auth-backend-module-oauth2-provider": "^0.1.11",
54
+ "@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "^0.1.7",
55
+ "@backstage/plugin-auth-backend-module-oidc-provider": "^0.1.5",
56
+ "@backstage/plugin-auth-backend-module-okta-provider": "^0.0.7",
57
+ "@backstage/plugin-auth-node": "^0.4.9",
58
+ "@backstage/plugin-catalog-node": "^1.9.0",
59
59
  "@backstage/types": "^1.1.1",
60
60
  "@google-cloud/firestore": "^7.0.0",
61
61
  "@node-saml/passport-saml": "^4.0.4",
@@ -92,9 +92,9 @@
92
92
  "yn": "^4.0.0"
93
93
  },
94
94
  "devDependencies": {
95
- "@backstage/backend-defaults": "^0.2.14-next.2",
96
- "@backstage/backend-test-utils": "^0.3.4-next.2",
97
- "@backstage/cli": "^0.25.3-next.2",
95
+ "@backstage/backend-defaults": "^0.2.14",
96
+ "@backstage/backend-test-utils": "^0.3.4",
97
+ "@backstage/cli": "^0.26.0",
98
98
  "@types/body-parser": "^1.19.0",
99
99
  "@types/cookie-parser": "^1.4.2",
100
100
  "@types/express-session": "^1.17.2",