Skip to content

feat: local with cookie session #840

feat: local with cookie session

feat: local with cookie session #840

Re-run triggered December 5, 2023 11:42
Status Failure
Total duration 1m 36s
Artifacts

ci.yaml

on: pull_request
test-module
25s
test-module
test-playground-local
1m 16s
test-playground-local
test-playground-refresh
1m 16s
test-playground-refresh
test-playground-authjs
1m 25s
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.