regularstuff / tildeblog

A learn-to-use Django team project
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Incorporate django-all-auth (social login) #56

Open readytheory opened 3 months ago

readytheory commented 3 months ago

For commenting, or to allow a multi-author site, there needs to be some login method.

Django comes with a User model but don't want to use that unless it is a prerequisite for social login.

Requirements for this feature need to be clarified:

This is a large issue that will require resources to test and need refinement of scope.