Skip to content

Commit

Permalink
add 3rd party middleware link for secure-cookie (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
thearchitector committed May 10, 2023
1 parent 4bab981 commit 24c1fac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@ A middleware class for logging exceptions, errors, and log messages to [Rollbar]
A middleware class that emits tracing info to [OpenTracing.io](https://opentracing.io/) compatible tracers and
can be used to profile and monitor distributed applications.

#### [SecureCookiesMiddleware](https://github.com/thearchitector/starlette-securecookies)

Customizable middleware for adding automatic cookie encryption and decryption to Starlette applications, with
extra support for existing cookie-based middleware.

#### [TimingMiddleware](https://github.com/steinnes/timing-asgi)

A middleware class to emit timing information (cpu and wall time) for each request which
Expand Down

0 comments on commit 24c1fac

Please sign in to comment.