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

feat: improve user authentication and access control #19

Merged
merged 3 commits into from
Mar 28, 2023

Conversation

suikodev
Copy link
Collaborator

ZH

  1. 更新权限校验逻辑,不在允许访问名单中的用户不会进入内部页面了
  2. 修复普通角色可以阴错阳差下访问管理员页面的bug 管理页面鉴权问题 #13
  3. 在邮件链接登录后,清除邮件发送等待倒计时 关于退出登录后点击邮箱登录出现倒计时问题 #18
  4. 登录后显示用户自己的头像与名称,修改的头像与名称是跟随账号绑定的 建议未登录前显示登录注册,登录后显示设置的头像和昵称。 #4

EN

  1. Updated permission validation logic: users not on the allowed access list can no longer access internal pages.
  2. Fixed a bug where regular users could inadvertently access the admin page (管理页面鉴权问题 #13).
  3. After an email link login, the email sending countdown is cleared (关于退出登录后点击邮箱登录出现倒计时问题 #18).
  4. After logging in, the user's own avatar and name are displayed, and any changes to the avatar and name are tied to the account (建议未登录前显示登录注册,登录后显示设置的头像和昵称。 #4).

@suikodev suikodev linked an issue Mar 28, 2023 that may be closed by this pull request
@suikodev suikodev merged commit dad0b77 into main Mar 28, 2023
@suikodev suikodev deleted the feat/add-entry-to-admin-page branch March 28, 2023 19:04
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