@ngriffin_uk/auth-provider-figma
v4.0.0
Published
figma authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-figma
Figma OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-figmaimport { createFigmaAuth } from "@ngriffin_uk/auth-provider-figma";
const auth = baseAuth.use(
createFigmaAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);The service owns state persistence and profile-to-user mapping.
