Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions server/auth-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*
* Validates Clerk-issued bearer tokens using local JWT verification
* with jose + cached JWKS. No Convex round-trip needed.
* Requires CLERK_PUBLISHABLE_KEY (server-side) and CLERK_JWT_ISSUER_DOMAIN.
*
* This module must NOT import anything from `src/` -- it runs in the
* Vercel edge runtime, not the browser.
Expand Down
Loading