Simplify the configuration of middlewares #24
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
input_sheet_restructure
Milestone
At the moment, the middlewares are configurable at the API level. For the use cases such as Authentication, it would be cumbersome for the user to do that for each API. Instead there can be global middleware configuration at the
BasicConfig
. This would be available for all the APIs, if needed, the API definition can override it.The text was updated successfully, but these errors were encountered: