Hello,
I hope you're doing well.
First of all, thank you for creating and maintaining laravel-request-docs. It is a very useful package for documenting Laravel APIs.
I would like to suggest a new feature for the project:
Feature Request: Add Authentication Support
It would be great if the package could support authentication options similar to Postman Auth Types, allowing users to define and document authentication methods directly in generated request docs.
Suggested Auth Types
No Auth
API Key
Bearer Token
Basic Auth
Digest Auth
OAuth 1.0
OAuth 2.0
JWT Token
Custom Header Auth
Why This Feature Would Help
Make API documentation more complete and professional
Help developers test secured endpoints faster
Reduce manual editing of generated docs
Provide a familiar experience similar to Postman
Possible Implementation Idea
Allow authentication configuration globally and per-route, so users can customize auth requirements for each endpoint.
Thank you for considering this feature request. I appreciate your work and look forward to future updates.
Best regards
Motakabbir Morshed
Hello,
I hope you're doing well.
First of all, thank you for creating and maintaining laravel-request-docs. It is a very useful package for documenting Laravel APIs.
I would like to suggest a new feature for the project:
Feature Request: Add Authentication Support
It would be great if the package could support authentication options similar to Postman Auth Types, allowing users to define and document authentication methods directly in generated request docs.
Suggested Auth Types
No Auth
API Key
Bearer Token
Basic Auth
Digest Auth
OAuth 1.0
OAuth 2.0
JWT Token
Custom Header Auth
Why This Feature Would Help
Make API documentation more complete and professional
Help developers test secured endpoints faster
Reduce manual editing of generated docs
Provide a familiar experience similar to Postman
Possible Implementation Idea
Allow authentication configuration globally and per-route, so users can customize auth requirements for each endpoint.
Thank you for considering this feature request. I appreciate your work and look forward to future updates.
Best regards
Motakabbir Morshed