From b3af2ab8ead7c041901e56c72181e7df606497bb Mon Sep 17 00:00:00 2001 From: Yousef Abu Shanab <93343012+youzarsiph@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:28:21 -0800 Subject: [PATCH] Update channels-auth-token-middlewares description Added SimpleJWT middleware mention for WebSocket authentication. --- docs/community.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/community.rst b/docs/community.rst index 1c78b409..f5f3f946 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -17,10 +17,9 @@ These projects from the community are developed on top of Channels: * DjangoChannelsJsonRpc_, a wrapper for the JSON-RPC protocol. * channels-demultiplexer_, a (de)multiplexer for ``AsyncJsonWebsocketConsumer`` consumers. * channels_postgres_, a Django Channels channel layer that uses PostgreSQL as its backing store. -* channels-auth-token-middlewares_, Django REST framework token authentication middleware and +* channels-auth-token-middlewares_, Django REST framework token authentication middleware and SimpleJWT_ middleware, + such as QueryStringSimpleJWTAuthTokenMiddleware_ for WebSocket authentication. * channels-valkey_, a Django Channels channel layer that uses valkey as its backing store. - SimpleJWT_ middleware, such as QueryStringSimpleJWTAuthTokenMiddleware_ for WebSocket - authentication. * types-channels_, type stubs for Channels from the `Python typeshed project`_. These stubs provide type checking support for mypy, PyCharm, and other type checkers. * django-channels-more-than-present_, is a Django app which adds "rooms" and presence notification capability.