knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.59k stars 280 forks source link

Exclude Authorization header from openapi specs. #714

Closed janolivermr closed 10 months ago

janolivermr commented 10 months ago

In addition to the existing 2 headers, the Authorization header is also not allowed. Instead it is taken care of by the security schemes

shalvah commented 10 months ago

Thanks! And good call on the lowercasing too.