Skip to content

[jwt] fix typo in plugin options name #1902

[jwt] fix typo in plugin options name

[jwt] fix typo in plugin options name #1902

Triggered via pull request September 3, 2024 12:31
Status Cancelled
Total duration 7m 7s
Artifacts

website-integrity.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
website-check
The run was canceled by @github-actions[bot].
website-check: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L47
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
website-check: 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'.
website-check: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L77
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenLookupLocations: [ExtractTokenFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
website-check: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L91
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
website-check: packages/plugins/jwt/src/__tests__/jwt.spec.ts#L122
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
website-check: 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'.
website-check: 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'.
website-check: 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'.
website-check: 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'.
website-check: 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'.