Open
Description
Core Library
No response
Wrapper Library
MSAL React (@azure/msal-react)
Public or Confidential Client?
Public
Documentation Location
Description
Hi,
It seems like the docs and the comments in issues are contradicting each other regarding SSR in react.
While the docs say that SSR is supported
As stated here there is no support for SSR.
Here it says that Cookies are supported.
While following the link to the options says that all cookie related options are deprecated.
My current understanding is that SSR without Cookies is not possible since the request needs to be checked server side in order to immediately create the correct html.
Is my assertion correct that SSR is not supported? How would I read the token server side from the request otherwise.
I am using react router v7 in framework mode.