@ngriffin_uk/auth-provider-tiktok
v4.0.0
Published
tiktok authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-tiktok
TikTok OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-tiktokimport { createTikTokAuth } from "@ngriffin_uk/auth-provider-tiktok";
const auth = baseAuth.use(
createTikTokAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);Use the TikTok client key as clientId.
