rakutentech / laravel-request-docs

Effortless API documentation tool for Laravel applications. Swagger alternative.
MIT License
717 stars 106 forks source link

Security Section Added #348

Closed hafijul233 closed 7 months ago

hafijul233 commented 7 months ago

This pull request will add a security scheme the collection is using globally.

  1. Security Type: [HTTP Basic, HTTP Bearer, API KEY] if the value is set to null then remove the security section.
  2. Name: if the security type is apikey then the name value will be used for query params or Header Key value.
  3. Position: For security type is apikey then position value is used for setting where the API key will be positioned (Header/Query Param) image image image