Skip to content

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

@javiercn

Description

@javiercn

Currently this is handled by

private readonly Func<AuthenticationState, ValueTask<AuthenticationStateData?>> _serializeCallback;

// Do not change. This must match all versions of the server-side AuthenticationStateSerializer.PersistenceKey.

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

Metadata

Metadata

Labels

area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions