apple-signin
JSON →Node.js wrapper around the Sign in with Apple REST API, enabling authentication with Apple accounts in Node.js applications. Current stable version is 1.0.9. The package supports generating authorization URLs, exchanging authorization codes for tokens, verifying ID tokens, and refreshing access tokens. It requires Apple Developer Program enrollment and proper configuration (Service ID, private key). Release cadence is low (last update: September 2019). Differentiators: simple API wrapping Apple's OAuth flow; limited to server-side use (no browser SDK integration). Alternatives like 'apple-auth' or 'passport-apple' may offer more features. Note: library is unmaintained; no TypeScript types; uses callbacks/promises.
Resources
packageapple-signin ↗