dotnet / dotnet/aspnetcore

Make cookie-based TempData work with streaming SSR

Open
#67,021 1 comment 0 reactions 1 assignee Claimed by @dariatiurina View on GitHub
area-blazor
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 6h
Merged PRs (30d)
290

Description

Right now cookie-based TempData does not work with streaming SSR. We can make it work with putting TempData values in body, encrypting them, and then using enhanced navigation send it back to server after we finished response.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.