Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow either username or email address for login #565

Merged
merged 1 commit into from
Sep 1, 2017
Merged

Conversation

glinton
Copy link
Contributor

@glinton glinton commented Sep 1, 2017

Resolves #557

@glinton glinton merged commit 4550f21 into master Sep 1, 2017
@glinton glinton deleted the bugfix/557 branch September 1, 2017 16:15
danhunsaker added a commit that referenced this pull request Sep 6, 2017
#565 introduced a looping Auth, because the path used to auth against was updated, but the path used to verify that the _current_ request isn't an Auth request was still using the outdated version. So `odin.doRequest()` never realized the request being made was an Auth request, which caused it to initiate a new Auth request of its own to get the creds with which to make the _actual_ request. Which it didn't realize already was an Auth request. And so on.

This commit updates the check to use the correct path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant