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 649 forks source link

support white space in password #363

Open danieldai opened 7 years ago

blueyed commented 6 years ago

This changes existing behavior (trimming whitespace seems to be the default for CharFields?!), which is good.

I am not sure there should be a setting for this though.

Anyway, please rebase it for now (tests are fixed on master).