@ngriffin_uk/auth-provider-slack
v4.0.0
Published
slack authentication provider for @ngriffin_uk/auth-core
Downloads
65
Readme
@ngriffin_uk/auth-provider-slack
Slack OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-slackimport { createSlackAuth } from "@ngriffin_uk/auth-provider-slack";
const auth = baseAuth.use(
createSlackAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);Map the Slack user or workspace identity explicitly in resolveIdentity.
