clerk / javascript

Official JavaScript repository for Clerk authentication
https://clerk.com
MIT License
1.17k stars 265 forks source link

chore(clerk-js): Exclude `_clerk_session_id` query param from `/waitlist` endpoint #4594

Closed nikospapcom closed 4 days ago

nikospapcom commented 4 days ago

Description

We decided to render the <Waitlist /> when a user is logged in but in this case we're sending the _clerk_session_id query params which is not accepted from this fapi endpoint. This pr fixes this by excluding _clerk_session_id query param from /waitlist endpoint

Checklist

Type of change

changeset-bot[bot] commented 4 days ago

🦋 Changeset detected

Latest commit: d97adc0119993844cffa2d15138f21f79996ba53

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ----------------------- | ----- | | @clerk/clerk-js | Patch | | @clerk/chrome-extension | Patch | | @clerk/clerk-expo | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR