Skip to content

Commit 479c322

Browse files
committed
Add Ory to the example
This PR requires nextauthjs/next-auth#10843 to be merged and released first.
1 parent dd586f0 commit 479c322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)