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
String token = (String)authenticationToken.getCredentials(); 这里获取的token前会被加上Bearer
String token = (String)authenticationToken.getCredentials();
原本应该是: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjdXJyZW50VGltZU1pbGx ……
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjdXJyZW50VGltZU1pbGx ……
现在 Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjdXJyZW50VGltZU1pbGx ……
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjdXJyZW50VGltZU1pbGx ……
The text was updated successfully, but these errors were encountered:
不会的哦,这个是你自己调用工具的问题,你检测下你调用接口的工具吧
Sorry, something went wrong.
谢谢,是 postman 给我加上的😂
嗯嗯,看到这个Bearer我就猜是这样,哈哈哈
No branches or pull requests
String token = (String)authenticationToken.getCredentials();
这里获取的token前会被加上Bearer
原本应该是:
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjdXJyZW50VGltZU1pbGx ……
现在
Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjdXJyZW50VGltZU1pbGx ……
The text was updated successfully, but these errors were encountered: