1.0.3 • Published 1 year ago
next-auth-guilded v1.0.3
next-auth-guilded
📥 Installation
You can install this package from NPM
npm install next-auth-guilded
yarn add next-auth-guilded
⚡ Usage
import GuildedProvider from "next-auth-guilded";
...
providers: [
GuildedProvider({
clientId: process.env.GUILDED_CLIENT_ID,
clientSecret: process.env.GUILDED_SECRET_ID
})
]
...
The provider comes with a set of default options: https://github.com/GuildedAPI/next-auth-guilded/blob/main/src/index.ts#L5
You can override any of the options to suit your own use case.
Documentation
✋ Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please ensure any and all commits pass our linting and build steps as described in the root package.json.
⚖️ LICENSE
Licensed under the MIT License