gothinkster / django-realworld-example-app

1.61k stars 637 forks source link

Failing to decode token and get current user with postman #46

Closed ayomtuase closed 3 years ago

ayomtuase commented 3 years ago

After adding the custom authentication backend in backends.py and settings.py. It seems like it caused a total breakdown of all the endpoints. I cannot get current user and the url endpoints that work before don't work anymore.

ayomtuase commented 3 years ago

This solves it

https://github.com/howardderekl/conduit-django/issues/17#issuecomment-758245314