Authentication via OAuth is no longer working after upgrading to django3.
This may be an issue with the middleware configuration.
The following code in gcb_web_auth is failing to find the user even though the token_dict is valid:
user = authenticate(service=service, token_dict=token_dict)
Authentication via OAuth is no longer working after upgrading to django3. This may be an issue with the middleware configuration. The following code in gcb_web_auth is failing to find the user even though the token_dict is valid:
https://github.com/Duke-GCB/gcb-web-auth/blob/3b5a3c83ab1ebe571f91b09a6c06732416f792d6/gcb_web_auth/views.py#L73