Class AuthnService
java.lang.Object
io.github.xezzon.zeroweb.auth.internal.AuthnService
AuthnService 是认证服务的核心业务逻辑处理组件。
它负责用户身份验证、会话管理、JWT 签名以及处理用户登录事件。
- Author:
- xezzon
-
Constructor Summary
ConstructorsConstructorDescriptionAuthnService(IUserService4Auth userService, JwtCryptoService jwtCryptoService) 构造函数,注入用户服务和 JWT 加密服务。 -
Method Summary
-
Constructor Details
-
AuthnService
构造函数,注入用户服务和 JWT 加密服务。- Parameters:
userService- 用户服务接口实例。jwtCryptoService- JWT 加密服务实例。
-