How to safely share data between 2 SPAs?
Let’s say I have 2 SPAs (single page applications), SPA A and SPA B.
I want to share data between the 2 applications for an end-to-end flow.
How can I safely share data such that it would not be susceptible to a MITM attack. Even if the da… Continue reading How to safely share data between 2 SPAs?