@argusjs/oauth-github
v0.1.4
Published
GitHub OAuth provider.
Readme
@argusjs/oauth-github
GitHub OAuth provider.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/oauth-githubUsage
import { GitHubOAuth } from '@argusjs/oauth-github';
const github = new GitHubOAuth({ clientId: '...', clientSecret: '...' });Docs
See the main documentation for full API reference and examples.
