Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorDB committed Mar 11, 2022
1 parent 2cc9728 commit cc5e484
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
> Provides Django REST framework [token authentication](https://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication) middleware, [Simple JWT](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/index.html) middleware and easily extendable middlewares to work with auth tokens placed in request headers, cookie and query string.

## Requirements
- Python>=3.6
- Channels>=3


## Install
`$ pip install channels_auth_token_middlewares`


## Tutorial
[Explore](tutorial)

Expand Down

0 comments on commit cc5e484

Please sign in to comment.