@omnipixel/payload-oauth2-plus
Version:
Enhanced OAuth2 plugin for Payload CMS with robust Apple OAuth support
41 lines (28 loc) • 994 B
Markdown
Enhanced OAuth2 plugin for Payload CMS with robust Apple OAuth support. This package extends the excellent [payload-oauth2](https://github.com/WilsonLe/payload-oauth2) plugin with additional features and improvements.
✨ Everything from the original payload-oauth2, plus:
- Full Apple OAuth support with `form_post` response mode
- Improved type safety
- Better error handling
- Comprehensive examples
```bash
npm install @omnipixel/payload-oauth2-plus
yarn add @omnipixel/payload-oauth2-plus
pnpm add @omnipixel/payload-oauth2-plus
```
```typescript
import { OAuth2Plugin } from '@omnipixel/payload-oauth2-plus'
// Configure your OAuth providers
export const appleOAuth = OAuth2Plugin({
// ... your config
})
```
This package is a fork of [payload-oauth2](https://github.com/WilsonLe/payload-oauth2) by Wilson Le, enhanced with Apple OAuth support and other improvements.
MIT