1.0.3 • Published 5 months ago

next-auth-guilded v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.0.3

5 months ago

1.0.2

10 months ago

1.0.1

2 years ago

1.0.0

2 years ago