Skip to content

Release v3.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 18:54
added(JwtAuth): 添加用户 和当前用户 Interface (#140)

* added(JwtAuth): 添加用户 和当前用户 Interface

- 新增 CurrentUserInterface 和 UserInterface
- 定义了用户相关的方法和属性
- 为后续的用户认证和权限管理提供接口基础

* fix review

* fix cs-fix