- ✅ Compatible with Payload v3
- 🔐 Configures OAuth2 with any providers
- ✨ Zero dependencies
- ⚙ Highly customizable
Technically this plugin should work with all generic OAuth2 providers. Here are the list of providers that have been tested:
Provider | Status | Example |
---|---|---|
Config | ||
Zitadel | Config | |
Apple | Test not implemented | Config |
npm install payload-oauth2
yarn install payload-oauth2
pnpm install payload-oauth2
If you are feeling adventurous and want to manage the plugin yourself, you can copy the src
directory into your payload projects.
Contributions and feedback are very welcome.
To get it running:
- Clone the project.
pnpm install
pnpm dev
The MIT License (MIT). Please see License File for more information.
This package was inspired by Payload Plugin OAuth.