Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

support custom login types for validating users #2729

Merged
merged 1 commit into from
Dec 5, 2017
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Dec 4, 2017

Wire the custom login type support from password providers into the UI-auth user-validation flows.

(includes #2728)

provider.get_supported_login_types().keys()
)
self._supported_login_types = frozenset(login_types)
for t in provider.get_supported_login_types().keys():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: prefer iterkeys(), but its probably fine here given the list is going to be small

Wire the custom login type support from password providers into the UI-auth
user-validation flows.
@richvdh richvdh merged commit 8529874 into develop Dec 5, 2017
@richvdh richvdh deleted the rav/custom_ui_auth branch December 5, 2017 09:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants