@ngriffin_uk/auth-provider-reddit
v4.0.0
Published
reddit authentication provider for @ngriffin_uk/auth-core
Downloads
1,020
Readme
@ngriffin_uk/auth-provider-reddit
Reddit OAuth middleware for auth-core.
pnpm add @ngriffin_uk/auth-core @ngriffin_uk/auth-provider-redditimport { createRedditAuth } from "@ngriffin_uk/auth-provider-reddit";
const auth = baseAuth.use(
createRedditAuth({ clientId, clientSecret, redirectUri, stateStore, resolveIdentity })
);Request only the Reddit scopes needed by the service.
