Open
Description
Description:
I have been using the Swagger UI with GitHub pages to display the GitHub REST API, but I do not see Authorize
support in the UI.
I added the following Authorize
option (according to the Swagger UI - Bearer Authentication docs)
security:
- bearerAuth: []
components:
securitySchemes:
bearerAuth: # arbitrary name for the security scheme
type: http
scheme: bearer
bearerFormat: JWT
This enables the Authorize
option and makes it easier for our customers to test the API in Swagger.

Would it be possible to add this ?
Thx