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