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

Get username from token while passing token as url arg #432

Open mmjamal opened 6 years ago

mmjamal commented 6 years ago

Hello

How can i best implement functionality where i require a web service which reads token from a url param and sends the username associated with token?

Thanks