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
swagger 中的@ApiBearerAuth装饰器推荐也可以放到方法中,现在的现象是放到某个方法中之后整个controller都会需要验证,能否支持放到哪个方法 哪个方法才需要验证
The text was updated successfully, but these errors were encountered:
@magdsnail @czy88840616 有同样需求,请问最后是怎么搞定的?
Sorry, something went wrong.
直接先放到controller头部了,官方说是会再下个版本中考虑加入,不知道现在加入了没有。
@magdsnail @czy88840616 有同样需求,请问最后是怎么搞定的? 直接先放到controller头部了,官方说是会再下个版本中考虑加入,不知道现在加入了没有。
那就是还没有,我就是发现没有才来问的,哈哈[手动狗头]
@czy88840616 老哥,最近有计划加这个吗?
目前没有。🐶
No branches or pull requests
swagger 中的@ApiBearerAuth装饰器推荐也可以放到方法中,现在的现象是放到某个方法中之后整个controller都会需要验证,能否支持放到哪个方法 哪个方法才需要验证
The text was updated successfully, but these errors were encountered: