Skip to content

Enhanced middleware documentation with advanced features #1943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

amanluthra001
Copy link

@amanluthra001 amanluthra001 commented Jun 30, 2025

Added comprehensive middleware examples including:

  • Rate limiting middleware
  • JWT authentication
  • Security headers
  • Request validation
  • Logging and timeout middleware
  • Best practices guide

@amanluthra001 amanluthra001 force-pushed the enhancement/middleware-clean branch 2 times, most recently from 21f8a50 to 29236fd Compare July 2, 2025 07:06
@Umang01-hash
Copy link
Member

@amanluthra001 You have copied and pasted your new content on top of already present documentation. The result is we have heading and documentation repeated. If you want to improve it please refactor the existing documentation with needed or missed things. We already have some of the things and hence they appeared re-written.

@amanluthra001
Copy link
Author

@amanluthra001 You have copied and pasted your new content on top of already present documentation. The result is we have heading and documentation repeated. If you want to improve it please refactor the existing documentation with needed or missed things. We already have some of the things and hence they appeared re-written.

I have addressed the duplication issue you mentioned.
Changes made:

Removed all duplicate headings and content
Kept the original middleware documentation intact
Added new advanced examples (rate limiting, JWT auth, security headers, etc.) as enhancements to the existing content
Properly integrated new sections without replacing existing documentation

The documentation now flows from basic to advanced examples without any repetition. Please review the updated PR.
Thanks for your guidance!

@amanluthra001 amanluthra001 force-pushed the enhancement/middleware-clean branch 2 times, most recently from 5e515fb to 2f65c98 Compare July 4, 2025 06:48
@amanluthra001 amanluthra001 force-pushed the enhancement/middleware-clean branch from 2f65c98 to 6a1a4f6 Compare July 5, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants