@ngriffin_uk/auth-provider-atlassian
v4.0.0
Published
atlassian authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-atlassian
Atlassian OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-atlassianimport { createAtlassianAuth } from "@ngriffin_uk/auth-provider-atlassian";
const auth = baseAuth.use(
createAtlassianAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);The service owns OAuth state and maps the token response to an external identity.
