From 3d280bf027753475ffbdb21320b2d119b7f70a8b Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:34:45 +0100 Subject: [PATCH] [PR #8346/b43ac8a7 backport][3.10] :memo: Add nacl_middleware to third_party.rst. (#8347) **This is a backport of PR #8346 as merged into master (b43ac8a7fadd564d1ff518f40bcddfc1d1b299e9).** Co-authored-by: Webmaster At Cosmic DNA <92752640+DanielAtCosmicDNA@users.noreply.github.com> --- CHANGES/8346.misc.rst | 1 + docs/third_party.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CHANGES/8346.misc.rst diff --git a/CHANGES/8346.misc.rst b/CHANGES/8346.misc.rst new file mode 100644 index 00000000000..e3e1a309be1 --- /dev/null +++ b/CHANGES/8346.misc.rst @@ -0,0 +1 @@ +Add `nacl_middleware `_ to the list of middlewares in the third party section of the documentation. diff --git a/docs/third_party.rst b/docs/third_party.rst index 5c354f1e6c6..29522e5364f 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -295,3 +295,6 @@ ask to raise the status. - `rsocket `_ Python implementation of `RSocket protocol `_. + +- `nacl_middleware `_ + An aiohttp middleware library for asymmetric encryption of data transmitted via http and/or websocket connections.