Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Web authentication requires access to Google+ API #16

Open
2 of 3 tasks
abstrctn opened this issue Jun 22, 2015 · 0 comments
Open
2 of 3 tasks

Web authentication requires access to Google+ API #16

abstrctn opened this issue Jun 22, 2015 · 0 comments
Assignees
Labels

Comments

@abstrctn
Copy link
Contributor

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:

  • Add use of Google+ API to the docs
  • Surface error as a flash message when it occurs
  • Possibly include a page where flash messages can be shown for apps with AUTH_REQUIRED turned on

I'm guessing this is the cause of #15 and #12.

@abstrctn abstrctn added the bug label Jun 22, 2015
@abstrctn abstrctn self-assigned this Jun 22, 2015
abstrctn added a commit that referenced this issue Jun 22, 2015
address cannot be found. (Google+ API must be enabled.)

Addresses #16.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant