Capture the siwe-nonce header (which will be passed via the WebView component on native) from the req object and make available to SIWE component in landing via SIWENonceContext.Provider.
Depends on D5975
Differential D5977
[keyserver] Capture `siwe-nonce` header and make available to `SIWE` component atul on Dec 21 2022, 11:58 AM. Authored by Tags None Referenced Files
Subscribers None
Details Capture the siwe-nonce header (which will be passed via the WebView component on native) from the req object and make available to SIWE component in landing via SIWENonceContext.Provider. Depends on D5975 Able to retrieve value in SIWE as expected:
Diff Detail
Event Timeline
Comment Actions fix SSR when siweNonce header missing (we want siweNonce to be null not empty string)
Comment Actions Please address comment before landing
Comment Actions Given we'll need to support this on web as well I wonder if a header will be harder in that context than a query param Comment Actions Although reading through D5978 it seems like web and mobile will need to be fairly different anyways
Comment Actions
Yeah I think things will be pretty different
|