Skip to content

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

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