Persist state from Static Server Rendering (SSR) to Interactive islands #60253
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
question
Status: Resolved
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Hello,
i've searched for a solution but i didn't understand if anything has been implemented yet.
I have a Blazor Web App composed of two SSR Components, login and logout (to handle Cookie authentication) ,while the rest of components are all on InteractiveServer render mode.
During the login procedure i'm receiving an access token from a secured endpoint to be used for the subsequent API calls on Interactive components. Is there any way to persist the token or any other user data while switching from SSR to InteractiveServer?
Similar to #47796 and #50741, not sure if any action has been taken.
Thank you
Describe the solution you'd like
It would be great to have a transparent and flexible mechanism to persiste state from SSR to Interactive islands
Additional context
No response
The text was updated successfully, but these errors were encountered: