Skip to content

Commit

Permalink
chore: move dynamic keys callout above (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored Nov 12, 2024
1 parent 81c7703 commit 8d2f713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/references/nextjs/clerk-middleware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ export default clerkMiddleware(

### Dynamic keys

> [!NOTE]
> Dynamic keys are not accessible on the client-side.

The following options, known as "Dynamic Keys," are shared to the Next.js application server through `clerkMiddleware`, enabling access by server-side helpers like [`auth()`](/docs/references/nextjs/auth):

- `signUpUrl`
Expand Down Expand Up @@ -427,6 +430,3 @@ export default clerkMiddleware(
},
)
```

> [!NOTE]
> Dynamic keys are not accessible on the client-side.

0 comments on commit 8d2f713

Please sign in to comment.