Skip to content

Commit

Permalink
chore(nextjs): Add changeset for PR #1297
Browse files Browse the repository at this point in the history
  • Loading branch information
anagstef committed Jun 8, 2023
1 parent 7103441 commit 2d772dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .changeset/lemon-trains-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@clerk/nextjs': minor
---

This change introduces a new header `x-clerk-redirect-to` which indicates
that `redirectToSignIn` or `redirectToSignUp` have been called by `authMiddleware`.
The Dev Browser JWT will also get appended to the URL on implementations that use custom domains for sign-in or sign-up pages (other than Clerk Hosted Pages), when all the following conditions apply:
- `redirectToSignIn` or `redirectToSignUp` have been called,
- the Secret Key hints a development Clerk instance,
- the redirection is cross-origin
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d772dc

Please sign in to comment.