feat(convex-dev-better-auth): add pr329 cached token rotation patches#43
Merged
Merged
Conversation
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 free
to 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.
Adds bun, npm, and pnpm patches for get-convex/better-auth#329 — drop the cached JWT when the active
sessionIdrotates.You reopened the PR on 2026-05-20 with three repro repos. The user-visible
Invalid session IDflicker on/change-passwordstill reproduces in the Expo and TanStack apps even with this patch alone (suggests upstream convex-js holds its own cache), but the React-layer unit tests (convex-better-auth-329-repro) go 6/9 failing → 9/9 passing with the fix. Worth shipping for anyone hitting the bug at the hook layer while the upstream conversation continues.Patches target
@convex-dev/better-auth@0.12.2(latest on npm). Regenerateddist/react/index.{js,js.map,d.ts.map}from the merged source viatsc --project tsconfig.build.json. Verified clean apply on a fresh 0.12.2 tarball for all three variants.Adds an Open row pointing to the PR. Pairs naturally with the existing #368 row.