UNPKG

@omnipixel/payload-oauth2-plus

Version:

Enhanced OAuth2 plugin for Payload CMS with robust Apple OAuth support

4 lines (3 loc) 158 B
import type { Plugin } from "payload"; import type { PluginTypes } from "./types"; export declare const OAuth2Plugin: (pluginOptions: PluginTypes) => Plugin;