@ngriffin_uk/auth-provider-vk
v3.0.2
Published
vk authentication provider for @ngriffin_uk/auth-core
Readme
@ngriffin_uk/auth-provider-vk
VK OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-vkimport { createVKAuth } from "@ngriffin_uk/auth-provider-vk";
const auth = baseAuth.use(
createVKAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);The service maps VK profile data to its external identity record.
