feat: add bluesky as a provider #385
Annotations
7 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#L264
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; baseURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 30 more ...; apple: { ...; }; }'.
|
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#L264
Element implicitly has an 'any' type because expression of type 'OAuthProvider' can't be used to index type '{ github: { clientId: string; clientSecret: string; redirectURL: string; }; gitlab: { clientId: string; clientSecret: string; redirectURL: string; baseURL: string; }; spotify: { clientId: string; clientSecret: string; redirectURL: string; }; ... 30 more ...; apple: { ...; }; }'.
|
lint
Process completed with exit code 1.
|