st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
521 stars 122 forks source link

Getting "Authentication process canceled" on JWT pair google-oauth2 on post man ! #98

Open sbishnu019 opened 5 years ago

sbishnu019 commented 5 years ago

Am getting Authentication process canceled with 400 status code on JWT pair google-oauth2 through post man but its works fine with "VueJs" with the "vue-authenticate" package . I not getting why it is happening , it should works with post man also . It is giving me headache ..all settings is fine , its working with vuejs but not working with post man
Please help me out !! Screenshot_2019-06-21_13-31-10

mattLLVW commented 4 years ago

For what it's worth, i got a few of those as well. This exception could be triggered by a lot of things:

Try putting django in debug mode, it will show you these messages.