jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 650 forks source link

"Authentication credentials were not provided" while running jwt framework in apache web server #400

Open abijithmg opened 6 years ago

abijithmg commented 6 years ago

Please provide the following details in the readme file: If you are running Django on Apache using mod_wsgi you have to add the following,

WSGIPassAuthorization On

in apache.conf file

It would help a lot of developers