anexia / drf-multitokenauth

An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Add compatibility for drf 3.12 #12

Closed nezhar closed 3 years ago

nezhar commented 4 years ago

The pre_auth signal was using serializer data which was changed to write_only with the release of drf 3.12. The behavior was changed and it now uses the data directly from the request.