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

Modify getAuthenticator to fall back on default #5863

Conversation

andrewandante
Copy link
Contributor

Currently it is possible to successfully return $authenticator, but if it is not in the array $authenticators, you are returned NULL instead of falling back to the default_authenticator. This PR changes the flow so that default_authenticator is returned in that circumstance.

@dhensby
Copy link
Contributor

dhensby commented Aug 2, 2016

seems sensible. This PR is against master, so will only make it in the 4.0 release. Is this something that should be in 3?

@andrewandante
Copy link
Contributor Author

Most likely. Will make an equivalent PR against 3.4 - or would you recommend PRing against 3?

@dhensby
Copy link
Contributor

dhensby commented Aug 2, 2016

This looks like a good bug fix that should probably be in 3.2 and up, so if you PR against 3.2, then I'd be happy

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.

None yet

2 participants