The after callback in the authentication module makes a call to the Google+ API to retrieve the authenticating user's email address for identification.
Current instructions do not include Google+ as a required API. Not enabling it results in an error that is not surfaced, and if web authentication is required using the DRIVESHAFT_SETTINGS_AUTH_REQUIRED setting, would result in an authentication redirect loop.
TODOs:
I'm guessing this is the cause of #15 and #12.
The
aftercallback in the authentication module makes a call to the Google+ API to retrieve the authenticating user's email address for identification.Current instructions do not include Google+ as a required API. Not enabling it results in an error that is not surfaced, and if web authentication is required using the
DRIVESHAFT_SETTINGS_AUTH_REQUIREDsetting, would result in an authentication redirect loop.TODOs:
AUTH_REQUIREDturned onI'm guessing this is the cause of #15 and #12.