yunojuno / django-request-token

Django app that uses JWT to manage one-time and expiring tokens to protected URLs. Not related to DRF.
MIT License
47 stars 23 forks source link

Fix issue with JSON arrays #51

Closed hugorodgerbrown closed 3 years ago

hugorodgerbrown commented 3 years ago

Update middleware to handle AJAX requests that contain arrays (or any non-dict JSON content).

Fixes #50