vsoch / freegenes

FreeGenes BioNode with Django
https://vsoch.github.io/freegenes/
Mozilla Public License 2.0
2 stars 4 forks source link

Logins other than Github #37

Closed Koeng101 closed 5 years ago

Koeng101 commented 5 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like It would be good for login options other than Github, due to many biologists (and many of our end users) not having a github account

Describe alternatives you've considered Logins other than Github - perhaps Google or similar

Anything else?

vsoch commented 5 years ago

Take your pick!

And we can support potentially any from Python Social Auth (they are called backends) https://python-social-auth.readthedocs.io/en/latest/backends/

The limit is on the user email - so you can't register one account on GitHub that uses the same email for Google, for example.

I would recommend something that a lot of users are likely to have such as Google login. Let me know what you decide.

vsoch commented 5 years ago

Just to update the issue - I tried Google and it would only work for @stanford.edu (so I disabled it). I enabled Twitter, since lots of scientists tend to be on there.

vsoch commented 5 years ago

We've added Google and Twitter, so closing this for now! If there are requests for additional logins, we can re-address.