Skip to content

feat: local with cookie session #867

feat: local with cookie session

feat: local with cookie session #867

Triggered via pull request January 1, 2024 08:56
Status Failure
Total duration 1m 29s
Artifacts

ci.yaml

on: pull_request
test-module
27s
test-module
test-playground-local
1m 19s
test-playground-local
test-playground-refresh
1m 16s
test-playground-refresh
test-playground-authjs
1m 22s
test-playground-authjs
Fit to window
Zoom out
Zoom in

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.