Skip to content

Commit 24c1fac

Browse files
author
Elias Gabriel
authored
add 3rd party middleware link for secure-cookie (#2144)
1 parent 4bab981 commit 24c1fac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/middleware.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,11 @@ A middleware class for logging exceptions, errors, and log messages to [Rollbar]
778778
A middleware class that emits tracing info to [OpenTracing.io](https://opentracing.io/) compatible tracers and
779779
can be used to profile and monitor distributed applications.
780780

781+
#### [SecureCookiesMiddleware](https://github.com/thearchitector/starlette-securecookies)
782+
783+
Customizable middleware for adding automatic cookie encryption and decryption to Starlette applications, with
784+
extra support for existing cookie-based middleware.
785+
781786
#### [TimingMiddleware](https://github.com/steinnes/timing-asgi)
782787

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

0 commit comments

Comments
 (0)