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