Bishal Rai
Bishal Rai
any update on this ?
This solution worked for me: ``` from allauth.socialaccount.providers.google.views import GoogleOAuth2Adapter from allauth.socialaccount.providers.oauth2.client import OAuth2Error class CustomGoogleOAuth2Adapter(GoogleOAuth2Adapter): def complete_login(self, request, app, token, response, **kwargs): try: print("Response : ",response["id_token"]) identity_data = jwt.decode(...
> did you enable JSON Web Token (JWT) for this? I don't need/want to use it. > I get the same error and don't know how to resolve it Yes...
Clone it and change the url of the js websocket to localhost url.