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
doGetAuthenticationInfo(AuthenticationToken auth)的返回你写的是return new SimpleAuthenticationInfo(token, token,"my_realm") 这不是明文嘛,我看你的项目是用salt加密的啊。而且最后一个参数"my_realm"是啥?我没在其他地方看到他
The text was updated successfully, but these errors were encountered:
No branches or pull requests
doGetAuthenticationInfo(AuthenticationToken auth)的返回你写的是return new SimpleAuthenticationInfo(token, token,"my_realm") 这不是明文嘛,我看你的项目是用salt加密的啊。而且最后一个参数"my_realm"是啥?我没在其他地方看到他
The text was updated successfully, but these errors were encountered: