feat: local with cookie session #867
ci.yaml
on: pull_request
test-module
27s
test-playground-local
1m 19s
test-playground-refresh
1m 16s
test-playground-authjs
1m 22s
Annotations
3 errors
test-module:
src/module.ts#L59
Type 'undefined' is not assignable to type 'string'.
|
test-module:
src/module.ts#L77
Type '{ signInResponseTokenPointer: string; type: string; headerName: string; maxAgeInSeconds: number; sameSiteAttribute: "none"; }' is missing the following properties from type '{ name: string; default: () => string | null; signInResponseTokenPointer: string; type: string; headerName: string; maxAgeInSeconds: number; sameSiteAttribute: boolean | "lax" | "strict" | "none"; secure: boolean; domain: string; }': name, default, secure, domain
|
test-module
Process completed with exit code 1.
|