Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.5 KB

File metadata and controls

45 lines (29 loc) · 1.5 KB

next-auth-guilded

GitHub npm CI workflows

📥 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

https://authlink.app/dev/docs

✋ 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