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

497 B

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.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.