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=
13
13
AUTH_GOOGLE_ID=
14
14
AUTH_GOOGLE_SECRET=
15
15
16
+ AUTH_ORY_ID=
17
+ AUTH_ORY_SECRET=
18
+ AUTH_ORY_ISSUER=
19
+
16
20
AUTH_TWITTER_ID=
17
21
AUTH_TWITTER_SECRET=
18
22
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import Keycloak from "next-auth/providers/keycloak"
18
18
import LinkedIn from "next-auth/providers/linkedin"
19
19
import Netlify from "next-auth/providers/netlify"
20
20
import Okta from "next-auth/providers/okta"
21
+ import Ory from "next-auth/providers/ory"
21
22
import Passage from "next-auth/providers/passage"
22
23
import Pinterest from "next-auth/providers/pinterest"
23
24
import Reddit from "next-auth/providers/reddit"
@@ -58,6 +59,7 @@ export const config = {
58
59
LinkedIn ,
59
60
Netlify ,
60
61
Okta ,
62
+ Ory ,
61
63
Passage ,
62
64
Pinterest ,
63
65
Reddit ,
You can’t perform that action at this time.
0 commit comments