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
您的代码中自定义的realm中, 在身份验证的方法, 为什么token是从getCredentials()中取呢? 不是应该从 getPrincipal()中取出吗?
源码中getCredentials()返回的应该是密码吧, 为什么要把token保存在密码中呢, 不是一般都是用用户ID去做Token的吗?
The text was updated successfully, but these errors were encountered:
因为JwtToken类继承了AuthenticationToken并重写了这两个方法..
Sorry, something went wrong.
No branches or pull requests
您的代码中自定义的realm中,
在身份验证的方法, 为什么token是从getCredentials()中取呢? 不是应该从 getPrincipal()中取出吗?
源码中getCredentials()返回的应该是密码吧, 为什么要把token保存在密码中呢,
不是一般都是用用户ID去做Token的吗?
The text was updated successfully, but these errors were encountered: