Hi guys, I could notice that the generated swagger documentation is not adding the "securityDefinitions" specification to consume endpoints when you protect them by privileges.
I am using a swagger server to summarize all my endpoints, and its frontend logic is not showing me the token input due to the lack of security specification.
Is there a way to achieve this? Thanks.