@ngriffin_uk/auth-provider-linkedin
v4.0.0
Published
linkedin authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-linkedin
LinkedIn OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-linkedinimport { createLinkedInAuth } from "@ngriffin_uk/auth-provider-linkedin";
const auth = baseAuth.use(
createLinkedInAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);The service owns profile retrieval and external-identity mapping.
