feat: add jwks support #870
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 11 warnings
Test / OS ubuntu-20.04 / Node 18:
src/test/jwt.test.ts#L1
No overload matches this call.
|
Test / OS ubuntu-20.04 / Node 18:
src/test/jwt.test.ts#L1
Argument of type '{ keys: { kid: string; crv?: string | undefined; d?: string | undefined; dp?: string | undefined; dq?: string | undefined; e?: string | undefined; k?: string | undefined; kty?: string | undefined; ... 5 more ...; y?: string | undefined; }[]; }' is not assignable to parameter of type '{ keys: { kid?: string | undefined; kty: string; }[]; }'.
|
Test / OS ubuntu-20.04 / Node 18:
src/test/jwt.test.ts#L1
Property 'to' does not exist on type 'JestMatchers<string | undefined>'.
|
Test / OS ubuntu-20.04 / Node 18
Process completed with exit code 2.
|
Test / OS ubuntu-20.04 / Node 18
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test / OS ubuntu-20.04 / Node 18:
src/admin-app.ts#L18
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/admin-app.ts#L19
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/auth/jwt.ts#L65
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/auth/jwt.ts#L73
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/auth/jwt.ts#L106
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/auth/jwt.ts#L110
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/auth/jwt.ts#L129
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/auth/jwt.ts#L129
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/config.ts#L242
Unexpected any. Specify a different type
|
Test / OS ubuntu-20.04 / Node 18:
src/database/tenant.ts#L56
Unexpected any. Specify a different type
|