在google-oauth2 JWT对上引发AuthCanceled异常

时间:2019-06-21 08:05:11

标签: django django-rest-framework python-social-auth

我正在使用rest_social_auth软件包在Django中进行社交身份验证。从jwt代码创建google-oauth2对密钥时,它以错误文本引发AuthCanceled Exception

"Authentication process canceled".

它显示了邮递员的此异常,但它与Vuejs vue-authenticate包一起正常工作。 无法理解为什么它可以与vuejs一起使用,却不能与邮递员一起使用

我希望jwtkey对,但输出为AuthCanceled Exception,文本为:

"Authentication process canceled"

错误:

AuthCanceled at /api/v1/social-auth/social/jwt-pair/google-oauth2
Authentication process canceled
Request Method: POST
Request URL:    http://localhost:8000/api/v1/social-auth/social/jwt-pair/google-oauth2
Django Version: 2.0.13
Exception Type: AuthCanceled
Exception Value:    
Authentication process canceled

0 个答案:

没有答案