Skip to content

GuildedAPI/next-auth-guilded

Repository files navigation

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

About

next-auth.js provider for Guilded Authlink

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published