Namespace Htmx.Components.AuthStatus
Classes
- AuthStatusUpdateAttribute
Marks action methods that should trigger an update of the authentication status component when executed via HTMX requests. This attribute is used by the AuthStatusUpdateFilter to automatically inject updated authentication status into out-of-band responses.
- AuthStatusViewComponent
View component that renders authentication status information for the current user.
- DefaultAuthStatusProvider
Default implementation of IAuthStatusProvider that provides basic authentication status information.
Interfaces
- IAuthStatusProvider
Provides authentication status information for display in authentication status components.