[jwt] fix typo in plugin options name #6383
pr.yml
on: pull_request
alpha
/
snapshot
1m 15s
dependencies
/
changeset
1m 5s
release-candidate
/
snapshot
Annotations
10 errors and 5 warnings
alpha / snapshot:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L47
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
alpha / snapshot:
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'.
|
alpha / snapshot:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L77
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; tokenLookupLocations: [ExtractTokenFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
alpha / snapshot:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L91
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
alpha / snapshot:
packages/plugins/jwt/src/__tests__/jwt.spec.ts#L122
Argument of type '{ signingKeyProviders: [GetSigningKeyFunction]; }' is not assignable to parameter of type 'JwtPluginOptions'.
|
alpha / snapshot:
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'.
|
alpha / snapshot:
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'.
|
alpha / snapshot:
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'.
|
alpha / snapshot:
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'.
|
alpha / snapshot:
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'.
|
dependencies / changeset
The following actions use a deprecated Node.js version and will be forced to run on node20: the-guild-org/changesets-dependencies-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
alpha / snapshot
The following actions use a deprecated Node.js version and will be forced to run on node20: the-guild-org/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
alpha / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
alpha / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
alpha / snapshot
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|