We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2c84a commit 35cbb93Copy full SHA for 35cbb93
docs/pages/authz/nextjs.mdx
@@ -127,6 +127,7 @@ and `POST` or `PUT`
127
[Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers).
128
129
```tsx filename="app/example/page.tsx"
130
+import { convexAuthNextjsToken } from "@convex-dev/auth/nextjs/server";
131
import { api } from "@/convex/_generated/api";
132
import { fetchMutation, fetchQuery } from "convex/nextjs";
133
import { revalidatePath } from "next/cache";
0 commit comments