AyCode.Blazor/AyCode.Blazor.Components/Services/Logins/README.md

8 lines
274 B
Markdown

# Logins
Web authentication service for the Blazor application.
## Key Files
- **`AcWebAuthService.cs`** -- `AcWebAuthService` class with a virtual `Logout()` method. Intended as a base class for application-specific auth services to override with concrete logout logic.