@argusjs/oauth-custom
v0.1.4
Published
Custom OAuth provider for any OpenID Connect-compatible identity provider.
Readme
@argusjs/oauth-custom
Custom OAuth provider for any OpenID Connect-compatible identity provider.
Part of ArgusJS -- Enterprise-grade, fully pluggable authentication platform.
Install
pnpm add @argusjs/oauth-customUsage
import { CustomOAuth } from '@argusjs/oauth-custom';
const provider = new CustomOAuth({ clientId: '...', clientSecret: '...' });Docs
See the main documentation for full API reference and examples.
