Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
5 changes: 5 additions & 0 deletions .changeset/chatty-ways-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/nextjs': patch
---

Forward port, host, x-forwarded-port, x-forwarded-host, x-forwarded-proto, and x-clerk-auth-status with POST requests to /v1/accountless_applications /v1/accountless_applications/complete
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Forward port, host, x-forwarded-port, x-forwarded-host, x-forwarded-proto, and x-clerk-auth-status with POST requests to /v1/accountless_applications /v1/accountless_applications/complete
Forward request metadata as headers on keyless creation and completion. Now collecting
- port
- host
- x-forwarded-port
- x-forwarded-host
- x-forwarded-proto
- x-clerk-auth-status

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! I went with Bryce's suggestion for a simplified changeset

Loading
Loading