You can install this package from NPM
npm install next-auth-guilded
yarn add next-auth-guilded
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.
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.
Licensed under the MIT License