Add Auth0 user linking#2859
Merged
brage-andreas merged 11 commits intomainfrom Apr 24, 2026
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a8811c8 to
fe06e48
Compare
f169dfd to
7842ec9
Compare
c01d5c2 to
4490656
Compare
4a9689f to
bcc80e8
Compare
bcc80e8 to
fee41b0
Compare
This was referenced Mar 29, 2026
fee41b0 to
a3bffc0
Compare
a3bffc0 to
24b647e
Compare
75de729 to
4080a05
Compare
24b647e to
4c19692
Compare
979017c to
dadd38e
Compare
4c19692 to
10cc0b9
Compare
10cc0b9 to
a8754ca
Compare
dadd38e to
b9ed6c7
Compare
93628ad to
2ead492
Compare
Merged
a6f42b5 to
b9585e4
Compare
andrefkl
approved these changes
Apr 20, 2026
339848b to
10537e8
Compare
This was referenced Apr 21, 2026
Merged
10537e8 to
ebb9939
Compare
junlarsen
reviewed
Apr 22, 2026
| }) | ||
|
|
||
| const cookieHandle = await cookies() | ||
| const cookieOptions = { path: "/", httpOnly: true, sameSite: "lax" as const, maxAge: 300, secure: isHttps } |
Member
There was a problem hiding this comment.
can we just expose setShortlivedCookie or copy the code from oauth2 package
This was referenced Apr 22, 2026
Member
Author
Merge activity
|
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.

This PR adds functionality for merging identities in Auth0.