We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7327468 commit e638ec5Copy full SHA for e638ec5
docs/vercel.json
@@ -65,6 +65,16 @@
65
"destination": "https://authjs.dev/reference/adapter/prisma",
66
"permanent": true
67
},
68
+ {
69
+ "source": "/adapters/typeorm",
70
+ "destination": "https://authjs.dev/reference/adapter/typeorm",
71
+ "permanent": true
72
+ },
73
74
+ "source": "/adapters/mongodb",
75
+ "destination": "https://authjs.dev/reference/adapter/mongodb",
76
77
78
{
79
"source": "/tutorials/refresh-token-rotation",
80
"destination": "https://authjs.dev/guides/basics/refresh-token-rotation",
0 commit comments