bandirsen
bandirsen
@windfarer @shenqidebaozi, Sorry for my late join, I'm wraith on discord. I against openapi 2 proto conversion idea, because it won't solve current grpc-web limititation, like I said on discord,...
@kevinduffey As fas as I understand from [this documentation](https://swagger.io/docs/specification/authentication/bearer-authentication/), global or per-operation(per-method) security, both require "securitySchemes" on components to define security schemes. If we want to globaly security we put...
@zaccari In my case, I can't use global security, there are some my end-points that didn't requires authorization(jwt token), something like user registration etc, because of that, I solve my...