Skip to content

Commit

Permalink
feat(providers): drop Atlassian (OAuth 1.0)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Auth.js libraries only support OAuth 2.0+ and OIDC providers
  • Loading branch information
balazsorban44 committed Apr 7, 2024
1 parent 9a2cdce commit 22860bb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 123 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/2_bug_provider.yml
Expand Up @@ -26,7 +26,6 @@ body:
- "42 School"
- "Apple"
- "Asgardeo"
- "Atlassian"
- "Auth0"
- "Authentik"
- "Azure Active Directory"
Expand Down
2 changes: 0 additions & 2 deletions apps/examples/nextjs-pages/auth.ts
@@ -1,7 +1,6 @@
import NextAuth from "next-auth"

// import Apple from "next-auth/providers/apple"
// import Atlassian from "next-auth/providers/atlassian"
// import Auth0 from "next-auth/providers/auth0"
// import Authentik from "next-auth/providers/authentik"
// import AzureAD from "next-auth/providers/azure-ad"
Expand Down Expand Up @@ -71,7 +70,6 @@ export const config = {
},
providers: [
// Apple,
// Atlassian,
// Auth0,
// Authentik,
// AzureAD,
Expand Down
2 changes: 0 additions & 2 deletions apps/examples/nextjs/auth.ts
@@ -1,7 +1,6 @@
import NextAuth from "next-auth"

import Apple from "next-auth/providers/apple"
import Atlassian from "next-auth/providers/atlassian"
import Auth0 from "next-auth/providers/auth0"
import AzureAD from "next-auth/providers/azure-ad"
import AzureB2C from "next-auth/providers/azure-ad-b2c"
Expand Down Expand Up @@ -37,7 +36,6 @@ export const config = {
},
providers: [
Apple,
Atlassian,
Auth0,
AzureAD,
AzureB2C,
Expand Down
2 changes: 0 additions & 2 deletions apps/proxy/api/[auth].ts
@@ -1,6 +1,5 @@
import { Auth, setEnvDefaults, type AuthConfig } from "@auth/core"
import Apple from "@auth/core/providers/apple"
import Atlassian from "@auth/core/providers/atlassian"
import Auth0 from "@auth/core/providers/auth0"
import AzureAD from "@auth/core/providers/azure-ad"
import AzureB2C from "@auth/core/providers/azure-ad-b2c"
Expand Down Expand Up @@ -31,7 +30,6 @@ import Zoom from "@auth/core/providers/zoom"
const authConfig: AuthConfig = {
providers: [
Apple,
Atlassian,
Auth0,
AzureAD,
AzureB2C,
Expand Down
4 changes: 0 additions & 4 deletions docs/static/img/providers/atlassian-dark.svg

This file was deleted.

8 changes: 0 additions & 8 deletions docs/static/img/providers/atlassian.svg

This file was deleted.

104 changes: 0 additions & 104 deletions packages/core/src/providers/atlassian.ts

This file was deleted.

0 comments on commit 22860bb

Please sign in to comment.