Skip to content

Commit

Permalink
Merge branch 'main' into gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Aug 28, 2024
2 parents 3dc7d00 + fc7a6c9 commit 4cbceee
Show file tree
Hide file tree
Showing 1,307 changed files with 92,174 additions and 37,615 deletions.
25 changes: 25 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Files
/**/*/.env
/**/*/.env.*
/**/*/README.md
/**/*/.git
/**/*/.github
/**/*/.gitignore
/**/*/.dockerignore
/**/*/.turbo
/**/*/npm-debug.log
/**/*/Dockerfile

# Directories
/**/*/node_modules
/**/*/test
/**/*/dist

# Auth.js Dirs
apps/*
docs/**
packages/**
!packages/next-auth
!packages/core
!packages/utils
!apps/examples/nextjs-docker
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# https://help.github.com/en/articles/about-code-owners

* @balazsorban44
.github @ThangHuuVu
/apps/ @lluia @ndom91 @ThangHuuVu
/docs/ @lluia @ndom91
.github @ThangHuuVu @ndom91
/apps/ @ubbe-xyz @ndom91 @ThangHuuVu
/docs/ @ubbe-xyz @ndom91
/packages/ @ThangHuuVu
/packages/adapter-*/ @ndom91
/**/*test* @lluia
/**/*type* @lluia
/**/*test* @ubbe-xyz
/**/*type* @ubbe-xyz
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/1_bug_framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
### 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._
_Providing incorrect/insufficient information or skipping steps to reproduce the issue *will* 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)
# Let's wait with this until adoption in other frameworks.
Expand All @@ -32,12 +32,16 @@ body:
`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.
value: |
```
Paste here
```
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
description: A URL to a public github.com repository outside the next-auth org 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
validations:
required: true
- type: textarea
Expand Down
17 changes: 14 additions & 3 deletions .github/ISSUE_TEMPLATE/2_bug_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
### 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._
_Providing incorrect/insufficient information or skipping steps to reproduce the issue *will* 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
Expand All @@ -26,7 +26,6 @@ body:
- "42 School"
- "Apple"
- "Asgardeo"
- "Atlassian"
- "Auth0"
- "Authentik"
- "Azure Active Directory"
Expand All @@ -43,6 +42,7 @@ body:
- "Discord"
- "Dribbble"
- "Dropbox"
- "Eventbrite"
- "EVE Online"
- "Facebook"
- "FACEIT"
Expand All @@ -57,6 +57,7 @@ body:
- "Instagram"
- "Kakao"
- "Keycloak"
- "Kinde"
- "Line"
- "LinkedIn"
- "Mailchimp"
Expand All @@ -65,24 +66,30 @@ body:
- "Medium"
- "Naver"
- "Netlify"
- "NetSuite"
- "Notion"
- "Okta"
- "OneLogin"
- "Osso"
- "Osu"
- "Patreon"
- "Ping Identity"
- "Pipedrive"
- "Reddit"
- "Roblox"
- "Salesforce"
- "SimpleLogin"
- "Slack"
- "Spotify"
- "Strava"
- "Threads"
- "Tiktok"
- "Todoist"
- "Trakt"
- "Twitch"
- "Twitter"
- "Vk"
- "Webex"
- "Wordpress"
- "WorkOS"
- "Yandex"
Expand All @@ -99,12 +106,16 @@ body:
`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.
value: |
```
Paste here
```
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
description: A URL to a public github.com repository outside the next-auth org 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
validations:
required: true
- type: textarea
Expand Down
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/3_bug_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
### 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._
_Providing incorrect/insufficient information or skipping steps to reproduce the issue *will* 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
Expand Down Expand Up @@ -39,6 +39,7 @@ body:
- "@auth/prisma-adapter"
- "@auth/sequelize-adapter"
- "@auth/supabase-adapter"
- "@auth/surrealdb-adapter"
- "@auth/typeorm-adapter"
- "@auth/unstorage-adapter"
- "@auth/upstash-redis-adapter"
Expand All @@ -54,12 +55,16 @@ body:
`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.
value: |
```
Paste here
```
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
description: A URL to a public github.com repository outside the next-auth org 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
validations:
required: true
- type: textarea
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Get help from the community (Discord)
url: https://discord.authjs.dev
about: Ask questions and discuss with other community members
- name: Ask a question
url: https://github.com/nextauthjs/next-auth/discussions/new?category=questions
about: Ask questions and discuss with other community members
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ merge of your pull request!

## 🎫 Affected issues

<!--
<!--
Please [scout and link issues](https://github.com/nextauthjs/next-auth/issues) that might be solved by this PR. And include text like the following to close them automatically when this is merged:
Fixes: INSERT_ISSUE_LINK_HERE
-->
-->

## 📌 Resources

Expand Down
8 changes: 8 additions & 0 deletions .github/broken-link-checker/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Broken Link Checker"
description: "Recursively checks input URL for broken links"
outputs:
version:
description: "Check for broken internal links"
runs:
using: "node20"
main: "dist/index.js"
1 change: 1 addition & 0 deletions .github/broken-link-checker/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "broken-link-checker";
31 changes: 31 additions & 0 deletions .github/broken-link-checker/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "broken-link-checker",
"private": true,
"version": "0.2.0",
"description": "Find broken links as a GitHub Action",
"main": "dist/index.js",
"type": "module",
"scripts": {
"dev": "tsx src/index.ts",
"build": "npx tsup --clean --minify --format esm src/index.ts",
"types": "tsc"
},
"keywords": [
"typescript",
"broken-link-checker",
"github-action"
],
"author": "ndom91 <[email protected]> (https://ndo.dev/)",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.15",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"broken-link-checker": "^0.7.8"
}
}
Loading

0 comments on commit 4cbceee

Please sign in to comment.