Skip to content

feat: Adds config for xmpp websocket warm up url.#17353

Open
damencho wants to merge 2 commits intomasterfrom
warm-up-xmpp-websocket
Open

feat: Adds config for xmpp websocket warm up url.#17353
damencho wants to merge 2 commits intomasterfrom
warm-up-xmpp-websocket

Conversation

@damencho
Copy link
Copy Markdown
Member

Skips token validation if you are trying to resume a session without passing token.

Skips token validation if you are trying to resume a session without passing token.
In the inline/popup auth flow, code_verifier and oauth_nonce are stored
in the main window's sessionStorage, but sso.html runs in the popup
which has its own empty sessionStorage. Read from window.opener.sessionStorage
when available (same-origin), falling back to the popup's own sessionStorage
for redirect-based flows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant