Skip to content

Releases: YegorDB/django-channels-auth-token-middlewares

Fix README

06 Jan 21:03

Choose a tag to compare

v1.3.1

Fix README

Update to channels 4.1+

06 Jan 20:43

Choose a tag to compare

  • Test app with channels 4.1, 4.2 and 4.3
  • Remove sync db request from DRF middleware and from tutorial
  • Change setup.py to pyproject.toml

Update to channels 4.0.0

15 Jul 10:26

Choose a tag to compare

  • update setup.py and test dependencies to channels 4.0.0
  • add async examples to tests and tutorial

Drf query string tokens

13 Jun 21:47

Choose a tag to compare

Added middlewares

  1. QueryStringDRFAuthTokenMiddleware
  2. QueryStringSimpleJWTAuthTokenMiddleware

Added middleware stacks

  1. DRFAuthTokenMiddlewareStack
  2. SimpleJWTAuthTokenMiddlewareStack

Non lowercase headers

17 Apr 20:03

Choose a tag to compare

Add non lowercase headers handle.

Initial

14 Mar 18:35

Choose a tag to compare

Features

  • Django REST framework token authentication middleware
  • Simple JWT middleware
  • Easily extendable middlewares to work with auth tokens placed in request headers, cookie and query string