Patreon
Documentation
https://docs.patreon.com/#apiv2-oauth
Configuration
tip
Create a API v2 client on Patreon Platform
Options
The Patreon Provider comes with a set of default options:
You can override any of the options to suit your own use case.
Example
import PatreonProvider from "next-auth/providers/patreon";
...
providers: [
PatreonProvider({
clientId: process.env.PATREON_ID,
clientSecret: process.env.PATREON_SECRET,
})
]
...
note
Make sure you use the scopes defined in ApiV2