@ngriffin_uk/auth-provider-dribbble
v4.0.0
Published
dribbble authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-dribbble
Dribbble OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-dribbbleimport { createDribbbleAuth } from "@ngriffin_uk/auth-provider-dribbble";
const auth = baseAuth.use(
createDribbbleAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);The service supplies OAuth state storage and external-identity resolution.
