We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前,symphony 在前端计算密码的 MD5 后发送到后端进行登录,可能存在以下问题:
相关代码如下:
final String userPassword = user.optString(User.USER_PASSWORD); if (userPassword.equals(requestJSONObject.optString(User.USER_PASSWORD))) { // ...... }
建议修改前后端密码传递方式,以下过程供参考,也可以参考 SpringSecurity 中的处理:
The text was updated successfully, but these errors were encountered:
和 #74 的处理一样,感谢反馈。
Sorry, something went wrong.
🎨 Update README
f0fe0c6
#74 #75
9af38c1
6550daf
No branches or pull requests
目前,symphony 在前端计算密码的 MD5 后发送到后端进行登录,可能存在以下问题:
相关代码如下:
建议修改前后端密码传递方式,以下过程供参考,也可以参考 SpringSecurity 中的处理:
The text was updated successfully, but these errors were encountered: