@ngriffin_uk/auth-provider-bitbucket
v4.0.0
Published
bitbucket authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-bitbucket
Bitbucket OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-bitbucketimport { createBitbucketAuth } from "@ngriffin_uk/auth-provider-bitbucket";
const auth = baseAuth.use(
createBitbucketAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);The service owns callback routes, state persistence, and identity mapping.
