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