File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ AUTH_GITHUB_SECRET=
1313AUTH_GOOGLE_ID=
1414AUTH_GOOGLE_SECRET=
1515
16+ AUTH_ORY_ID=
17+ AUTH_ORY_SECRET=
18+ AUTH_ORY_ISSUER=
19+
1620AUTH_TWITTER_ID=
1721AUTH_TWITTER_SECRET=
1822
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import Keycloak from "next-auth/providers/keycloak"
1818import LinkedIn from "next-auth/providers/linkedin"
1919import Netlify from "next-auth/providers/netlify"
2020import Okta from "next-auth/providers/okta"
21+ import Ory from "next-auth/providers/ory"
2122import Passage from "next-auth/providers/passage"
2223import Pinterest from "next-auth/providers/pinterest"
2324import 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 ,
You can’t perform that action at this time.
0 commit comments