665 B
665 B
Logins
Server-side login service with JWT token management.
Key Files
AcLoginServiceServer.cs— Heavily generic class extendingAcLoginServiceBase, implementingIAcLoginServiceServer. Full authentication flow:Login(),Logout(),Registration(),ChangePassword(),ForgotPassword(). JWT methods:GenerateAccessToken(),GenerateRefreshToken(),GetPrincipalFromExpiredToken(). Uses DAL for database access.
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.