[jwt] fix typo in plugin options name #8844
Annotations
11 errors
|
Build Packages:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L47
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
Build Packages:
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'.
|
Build Packages:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L77
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenLookupLocations: [ExtractTokenFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
Build Packages:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L91
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
Build Packages:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L122
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
Build Packages:
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'.
|
Build Packages:
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'.
|
Build Packages:
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'.
|
Build Packages:
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'.
|
Build Packages:
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'.
|
Loading