|
|
|
|
|
by bmelton
4590 days ago
|
|
You didn't mention a platform, but if you're using Python or Django, Python-Social-Auth[1] is quite good. It supports a bevy of third-party providers while still allowing for easy local (username/password or email/password) login types as well. [1] - https://github.com/omab/python-social-auth |
|