mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* add notion provider along with logo and styles " * adjust notion documentation * update issue template with Notion provider * update docs and provider with code from TomYeoman * feat: move Notion provider to core * get it working --------- Co-authored-by: Harrison Broadbent <harrisonbroadbent@gmail.com> Co-authored-by: Harrison Broadbent <harrisonbroadbent@Harrisons-MacBook-Air.local> Co-authored-by: Thang Vu <hi@thvu.dev>
121 lines
4.1 KiB
YAML
121 lines
4.1 KiB
YAML
name: Bug report (Provider)
|
|
description: Create a provider-specific report
|
|
labels: [triage, providers]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**NOTE:** Issues that are potentially security related should be reported to us by following the [Security guidelines](https://next-auth.js.org/security) rather than on GitHub.
|
|
Thanks for taking the time to fill out this [Provider](https://next-auth.js.org/providers/overview) related issue!
|
|
Is this your first time contributing? Check out this video: https://www.youtube.com/watch?v=cuoNzXFLitc
|
|
|
|
### Important :exclamation:
|
|
|
|
_Providing incorrect/insufficient information or skipping steps to reproduce the issue may result in closing the issue or converting to a discussion without further explanation._
|
|
|
|
If you have a generic question specific to your project, it is best asked in Discussions under the [Questions category](https://github.com/nextauthjs/next-auth/discussions/new?category=Questions)
|
|
- type: dropdown
|
|
attributes:
|
|
label: Provider type
|
|
description: Provider(s) this issue is related to
|
|
multiple: true
|
|
options:
|
|
- "Credentials"
|
|
- "Email"
|
|
- "Custom provider"
|
|
- "42 School"
|
|
- "Apple"
|
|
- "Asgardeo"
|
|
- "Atlassian"
|
|
- "Auth0"
|
|
- "Authentik"
|
|
- "Azure Active Directory"
|
|
- "Azure Active Directory B2C"
|
|
- "Battlenet"
|
|
- "Box"
|
|
- "Bungie"
|
|
- "Cognito"
|
|
- "Coinbase"
|
|
- "Discord"
|
|
- "Dropbox"
|
|
- "EVE Online"
|
|
- "Facebook"
|
|
- "FACEIT"
|
|
- "Foursquare"
|
|
- "Freshbooks"
|
|
- "FusionAuth"
|
|
- "GitHub"
|
|
- "GitLab"
|
|
- "Google"
|
|
- "Identity Server 4"
|
|
- "Instagram"
|
|
- "Kakao"
|
|
- "Keycloak"
|
|
- "Line"
|
|
- "LinkedIn"
|
|
- "Mailchimp"
|
|
- "Mail.ru"
|
|
- "Medium"
|
|
- "Naver"
|
|
- "Netlify"
|
|
- "Notion"
|
|
- "Okta"
|
|
- "OneLogin"
|
|
- "Osso"
|
|
- "Osu"
|
|
- "Patreon"
|
|
- "Pipedrive"
|
|
- "Reddit"
|
|
- "Salesforce"
|
|
- "Slack"
|
|
- "Spotify"
|
|
- "Strava"
|
|
- "Todoist"
|
|
- "Trakt"
|
|
- "Twitch"
|
|
- "Twitter"
|
|
- "Vk"
|
|
- "Wordpress"
|
|
- "WorkOS"
|
|
- "Yandex"
|
|
- "Zoho"
|
|
- "Zoom"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Environment
|
|
description: |
|
|
Run this command in your project's root folder and paste the result:
|
|
|
|
```sh
|
|
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth,@auth/*"
|
|
```
|
|
Alternatively, you can manually gather the version information from your package.json for these packages: "next", "react" and "next-auth". Please also mention your OS and Node.js version, as well as the browser you are using.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Reproduction URL
|
|
description: A URL to a repository/code that clearly reproduces your issue. You can use our [`next-auth-example`](https://github.com/nextauthjs/next-auth-example) template repository to get started more easily, or link to your project if it's public
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the issue
|
|
description: Describe us what the issue is and what have you tried so far to fix it. Add any extra useful information in this section. Feel free to use screenshots (but prefer [code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) over a picture of your code) or a video explanation.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: How to reproduce
|
|
description: Explain with clear steps how to reproduce the issue
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior
|
|
description: Explain what should have happened instead of what actually happened
|
|
validations:
|
|
required: true
|