Uh oh!
There was an error while loading. Please reload this page.
chore(clerk-js,types): Handle pending sessions as signed-out in isSignedIn for custom flows - #5505
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: fafeb8e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LauraBeatrisforce-pushed
the
laura/clerk-signed-in-pending
branch
from
April 1, 2025 22:31
f1c270a to
b5370f7CompareLauraBeatrisforce-pushed
the
laura/clerk-signed-in-pending
branch
2 times, most recently
from
April 1, 2025 22:32
2f2fc89 to
b826373CompareLauraBeatrisforce-pushed
the
laura/clerk-signed-in-pending
branch
from
April 2, 2025 09:04
26337c5 to
3a9e5d8CompareLauraBeatrisforce-pushed
the
laura/clerk-signed-in-pending
branch
from
April 2, 2025 09:21
3a9e5d8 to
dadc95fCompareLauraBeatrisforce-pushed
the
laura/clerk-signed-in-pending
branch
from
April 2, 2025 09:23
dadc95f to
fafeb8eCompareLauraBeatris
marked this pull request as ready for review
April 2, 2025 09:42
panteliselef
approved these changes
Apr 2, 2025
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Part of ORGS-621
Clerk.isSignedInwill returnfalseby default if theClerk.session.status === pending. This will make it easier for custom flows migration when force-an-org gets enabled by default on a instance:Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change