Skip to content

Commit

Permalink
adding jwt cognito middleware (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: ayache  khettar <[email protected]>
Co-authored-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent 39c1a41 commit fcb130a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ Each author is responsible for maintaining their own code, although if you submi
+ [logging](https://github.com/axiaoxin-com/logging#gin-middleware-ginlogger) - logging provide GinLogger uses zap to log detailed access logs in JSON or text format with trace id, supports flexible and rich configuration, and supports automatic reporting of log events above error level to sentry
+ [ratelimiter](https://github.com/axiaoxin-com/ratelimiter) - Gin middleware for token bucket ratelimiter.
+ [servefiles](https://github.com/rickb777/servefiles) - serving static files with performance-enhancing cache control headers; also handles gzip & brotli compressed files
+ [gin-jwt-cognito](https://github.com/akhettar/gin-jwt-cognito) - validate jwt tokens issued by [amazon cognito](https://aws.amazon.com/cognito/)
+ [gin-pagination](https://github.com/webstradev/gin-pagination) - A simple and customizable pagination middleware for Gin

0 comments on commit fcb130a

Please sign in to comment.