AyCode.Core/AyCode.Services/Logins/README.md

791 B

Logins

Base and client-side login service implementations.

Key Files

  • AcLoginServiceBase.cs — Abstract generic base implementing IAcLoginServiceBase. Provides IsLoggedIn and LoggedInUser properties. Heavily constrained generics (TUser, TProfile, TCompany, TUserToServiceProvider, TProfileAddress).
  • AcLoginServiceClient.cs — Client-side login service extending AcLoginServiceBase, implementing IAcLoginServiceClient. Provides stubs for Login, Logout, Registration, ChangePassword, ForgotPassword (sync + async variants).

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.