Skip to content

Commit a631838

Browse files
committed
Add Ory provider
This PR requires nextauthjs/next-auth#10843 to be merged first.
1 parent 928c6ba commit a631838

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.local.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ AUTH_GITHUB_SECRET=
1313
AUTH_GOOGLE_ID=
1414
AUTH_GOOGLE_SECRET=
1515

16+
AUTH_ORY_ID=
17+
AUTH_ORY_SECRET=
18+
AUTH_ORY_ISSUER=
19+
1620
AUTH_TWITTER_ID=
1721
AUTH_TWITTER_SECRET=
1822

auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Keycloak from "next-auth/providers/keycloak"
1818
import LinkedIn from "next-auth/providers/linkedin"
1919
import Netlify from "next-auth/providers/netlify"
2020
import Okta from "next-auth/providers/okta"
21+
import Ory from "next-auth/providers/ory"
2122
import Passage from "next-auth/providers/passage"
2223
import Pinterest from "next-auth/providers/pinterest"
2324
import Reddit from "next-auth/providers/reddit"
@@ -58,6 +59,7 @@ export const config = {
5859
LinkedIn,
5960
Netlify,
6061
Okta,
62+
Ory,
6163
Passage,
6264
Pinterest,
6365
Reddit,

0 commit comments

Comments
 (0)