Skip to content

feat: add server side session storage #413

feat: add server side session storage

feat: add server side session storage #413

Re-run triggered February 7, 2025 10:27
Status Failure
Total duration 50s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: src/runtime/server/lib/webauthn/authenticate.ts#L11
The inferred type of 'defineWebAuthnAuthenticateEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/runtime/server/lib/webauthn/register.ts#L12
The inferred type of 'defineWebAuthnRegisterEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/module.ts#L193
Type 'string | undefined' is not assignable to type 'string'.
lint: src/module.ts#L194
Type 'number | undefined' is not assignable to type 'number'.
lint: src/module.ts#L195
Type 'boolean | undefined' is not assignable to type 'boolean'.
lint: src/runtime/server/lib/webauthn/authenticate.ts#L11
The inferred type of 'defineWebAuthnAuthenticateEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/runtime/server/lib/webauthn/register.ts#L12
The inferred type of 'defineWebAuthnRegisterEventHandler' cannot be named without a reference to '.pnpm/@SimpleWebAuthn[email protected]/node_modules/@simplewebauthn/types'. This is likely not portable. A type annotation is necessary.
lint: src/module.ts#L193
Type 'string | undefined' is not assignable to type 'string'.
lint: src/module.ts#L194
Type 'number | undefined' is not assignable to type 'number'.
lint: src/module.ts#L195
Type 'boolean | undefined' is not assignable to type 'boolean'.