Code4SA / aleph

Sift through large sets of structured and unstructured data, and find the people and companies you look for.
https://data.occrp.org
0 stars 6 forks source link

Support other OAuth providers #9

Open longhotsummer opened 7 years ago

longhotsummer commented 7 years ago

Looks like it's config driven: https://flask-oauthlib.readthedocs.io/en/latest/client.html

longhotsummer commented 7 years ago

We'll need to present the user with a mechanism to choose their provider. Don't think that's config driven.

longhotsummer commented 7 years ago

I've started this in https://github.com/Code4SA/aleph/tree/multi-oauth -- it's more than just config, but we can do it in a pretty pluggable way.