Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.43k
stars
228
forks
source link
securityHandlers let http routes specify scopes, these should be displayed in swagger UI #310
openapi express allows you to specify scopes for individual routes using securityHandlers for http routes (similar to oauth). These should be displayed on the UI so users know which scopes are needed for which routes
using 4.5.0
openapi express allows you to specify scopes for individual routes using securityHandlers for http routes (similar to oauth). These should be displayed on the UI so users know which scopes are needed for which routes
and how it's used in the app