Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复一些重复查询, clippy warn #24

Closed
wants to merge 9 commits into from
Closed

修复一些重复查询, clippy warn #24

wants to merge 9 commits into from

Conversation

cody-why
Copy link

更新内容

1

  • ServiceContext 改为Default注入, service 实例 Default::default()
  • fast_log 增加一个log_farmat,修改输出文件行号的格式,方便调试
  • 密码加密bcrypt

2

  • SysUserVO和SignInVO去掉password字段
  • 更新用户表时,先删除角色再增加角色,改为先更新,再插入
  • 修复登陆失败3次时间限制,如果再失败,不要清除次数
  • 修复查询用户多次查询角色

3

  • 增加监控 axum-otel-metrics
  • 修复查询用户get_user_info多次查询角色权限
  • 修复token验证权限
  • 修复查询角色没有用到缓存

4

  • 优化Error

@cody-why cody-why closed this May 28, 2024
@cody-why cody-why reopened this May 28, 2024
@cody-why cody-why closed this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant