Skip to content

feat: add support for auth providers #64

feat: add support for auth providers

feat: add support for auth providers #64

Re-run triggered November 21, 2023 09:58
Status Failure
Total duration 4m 58s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
test: src/loaders/express.loader.ts#L29
Argument of type '{ authenticate?: ((email: string, password: string, ctx?: any) => Promise<CurrentAdmin | null>) | undefined; cookiePassword: string; cookieName: string; provider?: BaseAuthProvider<...> | undefined; }' is not assignable to parameter of type 'AuthenticationOptions'.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test: src/admin-resource.module.ts#L38
Unexpected any. Specify a different type
test: src/admin-resource.service.ts#L6
Unexpected any. Specify a different type
test: src/admin-resource.service.ts#L8
Unexpected any. Specify a different type
test: src/interfaces/admin-module-options.interface.ts#L24
Unexpected any. Specify a different type