Skip to content

Commit 75c8842

Browse files
📝 docs: Add NEXT_PUBLIC_ENABLE_NEXT_AUTH to clerk example (#6309)
1 parent 30b2639 commit 75c8842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/self-hosting/advanced/auth/clerk.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Go to [Clerk](https://clerk.com?utm_source=lobehub\&utm_medium=docs) to register
2727
```shell
2828
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_live_xxxxxxxxxxx
2929
CLERK_SECRET_KEY=sk_live_xxxxxxxxxxxxxxxxxxxxxx
30+
NEXT_PUBLIC_ENABLE_NEXT_AUTH=0
3031
```
3132

3233
### Create and Configure Webhook in Clerk

0 commit comments

Comments
 (0)