Skip to content

Commit

Permalink
Document channels-auth-token-middlewares third party package (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jun 14, 2023
1 parent d5ff1f4 commit 0933260
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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
SimpleJWT_ middleware, such as QueryStringSimpleJWTAuthTokenMiddleware_ for WebSocket
authentication.

If you'd like to add your project, please submit a PR with a link and brief description.

Expand All @@ -25,3 +28,6 @@ If you'd like to add your project, please submit a PR with a link and brief desc
.. _channels-demultiplexer: https://github.com/csdenboer/channels-demultiplexer
.. _kafka-integration: https://gist.github.com/aryan340/da071d027050cfe0a03df3b500f2f44b
.. _channels_postgres: https://github.com/danidee10/channels_postgres
.. _channels-auth-token-middlewares: https://github.com/YegorDB/django-channels-auth-token-middlewares
.. _SimpleJWT: https://github.com/jazzband/djangorestframework-simplejwt
.. _QueryStringSimpleJWTAuthTokenMiddleware: https://github.com/YegorDB/django-channels-auth-token-middlewares/tree/master/tutorial/drf#querystringsimplejwtauthtokenmiddleware

0 comments on commit 0933260

Please sign in to comment.