dotnet / dotnet/aspnetcore

[Blazor] Update AuthenticationStateProvider to take advantage of Declarative persistent component state

Open
#60,718 1 comment 1 reaction 0 assignees View on GitHub
area-blazor
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

Currently this is handled by

https://github.com/dotnet/aspnetcore/blob/bd1ba76c34a598bb6f10ee184aa5f25689d83c65/src/Components/WebAssembly/Server/src/AuthenticationStateSerializer.cs#L16

https://github.com/dotnet/aspnetcore/blob/bd1ba76c34a598bb6f10ee184aa5f25689d83c65/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/DeserializedAuthenticationStateProvider.cs#L14

We want to use the same approach we follow with antiforgery.

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.