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