标签: python django google-oauth2 django-authentication
我的应用程序(social_core.backends.google.GoogleOAuth2中有GoogleOAuth2登录名。
social_core.backends.google.GoogleOAuth2
我想编写一个继承GoogleOAuth2类的自定义类。
我希望它检查Users.is_active是True还是False,如果Users.ia_active = False,则发送自定义错误消息。
GoogleOAuth2使用哪种方法登录用户?