I'm trying to use prerendering in client side application. Some pages uses http requests to backend REST service which requires authorization. Authorization itself is based on AspNet Identity.
It seems that there is no way to archeive valid client auth state during prerendering now.
I'm trying to use prerendering in client side application. Some pages uses http requests to backend REST service which requires authorization. Authorization itself is based on AspNet Identity.
It seems that there is no way to archeive valid client auth state during prerendering now.