@omnipixel/payload-oauth2-plus
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@omnipixel/payload-oauth2-plus

Enhanced OAuth2 plugin for Payload CMS with robust Apple OAuth support. This package extends the excellent payload-oauth2 plugin with additional features and improvements.

Features

✨ Everything from the original payload-oauth2, plus:

  • Full Apple OAuth support with form_post response mode
  • Improved type safety
  • Better error handling
  • Comprehensive examples

Installation

npm install @omnipixel/payload-oauth2-plus
# or
yarn add @omnipixel/payload-oauth2-plus
# or
pnpm add @omnipixel/payload-oauth2-plus

Usage

import { OAuth2Plugin } from '@omnipixel/payload-oauth2-plus'

// Configure your OAuth providers
export const appleOAuth = OAuth2Plugin({
  // ... your config
})

Credits

This package is a fork of payload-oauth2 by Wilson Le, enhanced with Apple OAuth support and other improvements.

License

MIT

Package Sidebar

Install

npm i @omnipixel/payload-oauth2-plus

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

45.3 kB

Total Files

27

Last publish

Collaborators

  • omnimaxxing