我正在使用rest_social_auth
软件包在Django中进行社交身份验证。从jwt
代码创建google-oauth2
对密钥时,它以错误文本引发AuthCanceled Exception
:
"Authentication process canceled".
它显示了邮递员的此异常,但它与Vuejs vue-authenticate包一起正常工作。
无法理解为什么它可以与vuejs
一起使用,却不能与邮递员一起使用
我希望jwt
对key
对,但输出为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