Configuration
Flask supports many configurations, and there are also some configurations in this library that can be used.
SWAGGER_CONFIG⚓︎
You can change the default behavior of the Swagger UI.
1 2 3 4 5 6 7 8 |
|
Here are more configuration options for Swagger UI, which you can find here.
OAUTH_CONFIG⚓︎
You can configure OAuth 2.0 authorization for Swagger UI.
1 2 3 4 5 |
|
Here are more configuration options for OAuth 2.0 configuration, which you can find here.