Skip to content

[jwt] fix typo in plugin options name #6067

[jwt] fix typo in plugin options name

[jwt] fix typo in plugin options name #6067

Triggered via pull request September 3, 2024 12:28
Status Failure
Total duration 7m 1s
Artifacts

website.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L47
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L64
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; reject: { missingToken: false; invalidToken: true; }; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L77
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenLookupLocations: [ExtractTokenFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L91
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L122
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L139
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; reject: { invalidToken: false; }; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L151
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenVerification: { issuer: string[]; }; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L170
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenVerification: { issuer: string[]; }; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L184
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenVerification: { audience: string; }; }' is not assignable to parameter of type 'JwtPluginOptions'.
deployment: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L205
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenVerification: { audience: string; }; }' is not assignable to parameter of type 'JwtPluginOptions'.