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

8 lines
330 B
Markdown

# 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.