nextapps-be / laravel-swagger-ui

Add Swagger UI to a Laravel application.
MIT License
160 stars 20 forks source link

Give option to set validator URL #27

Closed treb00 closed 8 months ago

treb00 commented 9 months ago

I am hosting my documentation behind basic HTTP auth so the validation always fail and it gives a red X for favicon and an invalid banner bottom of the page.

With this we have the ability to set custom validator URL or disable the validation by setting the URL to false.

yinx commented 8 months ago

@treb00 Thanks for the contribution!