[PATCH - DO NOT MERGE] send_session_token on top of the deployed prod build - #1928
Draft
asafshen wants to merge 1 commit into
Draft
[PATCH - DO NOT MERGE] send_session_token on top of the deployed prod build#1928asafshen wants to merge 1 commit into
asafshen wants to merge 1 commit into
Conversation
…e flow (#1924) Maps the new query param (or DESCOPE_SEND_SESSION_TOKEN env) to the Descope component's sendSessionToken prop, exposing the session's validated claims to the flow via the sessionJwtClaims context key Co-authored-by: Claude <noreply@anthropic.com>
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.
Purpose
Do not merge. This PR exists only to produce a patch image for production. The change itself is already on
mainas #1924.What this is
Production currently serves
532e0523a6d5d930bb664d50b93ab22a53f5e4ab(perhttps://api.descope.com/login/version), which predates #1924. This branch is that exact commit with #1924 cherry-picked on top and nothing else - the resulting tree is byte-identical to0c8f85donmain, so the image is "what prod runs today, plus thesend_session_tokenquery param".Four unrelated dependency/CI bumps sit between the deployed commit and
main; deliberately not included.Why a patch instead of a normal deploy
The
send_session_tokenparam is the last piece of a cross-repo feature - without it the hosted flow page never setssend-session-tokenon the web component, so the corresponding SDK work has no effect for hosted flows.Related: https://github.com/descope/etc/issues/17811