Description
As discussed in #6661 there is currently no support for Swaggers HTTP Auth Mechanism, more specifically for Basic Authentication and Bearer Authentication. Especially in Laravel (where the default goto for API Authentication usually is Laravel Scout), it can be useful to have the option to add a bearer token and authorize requests in the swagger ui.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
As discussed in #6661 there is currently no support for Swaggers HTTP Auth Mechanism, more specifically for Basic Authentication and Bearer Authentication. Especially in Laravel (where the default goto for API Authentication usually is Laravel Scout), it can be useful to have the option to add a bearer token and authorize requests in the swagger ui.
Example
Possible configuration option:
Here is what that would look like in the Swagger UI: