AyCode.Core/AyCode.Models.Server/Logins/README.md

554 B

Logins

Server-side implementation of the logged-in session model, managing user authentication state and access tokens.

Key Files

  • AcLoggedInModelServer.cs — Generic implementation of IAcLoggedInModelBase. Tracks LoggedInUser, AccessToken, and LoginErrorCode, with AddLoggedInUser and Logout methods.

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.