@ngriffin_uk/auth-provider-yahoo
v4.0.0
Published
yahoo authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-yahoo
Yahoo OAuth/OIDC middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-yahooimport { createYahooAuth } from "@ngriffin_uk/auth-provider-yahoo";
const auth = baseAuth.use(
createYahooAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);Validate OIDC claims before using ID-token profile data.
