Connexion: Is there a way to secure the API endpoint (/swagger.json)? And the swagger UI as well?

Created on 3 Aug 2017  路  1Comment  路  Source: zalando/connexion

Even if OAuth security is configured on top level, the API endpoints (/swagger.json and /ui) are not secured.

How can these endpoints be secured? It is a bit of a problem that they are not secured at the moment.

Most helpful comment

I have the same issue. I think I can work around it with a before_request method, but it seems like there has to be a better way.

>All comments

I have the same issue. I think I can work around it with a before_request method, but it seems like there has to be a better way.

Was this page helpful?
0 / 5 - 0 ratings