CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
47 stars 27 forks source link

Enhancement: Replace custom OAuth implementation #531

Open drnlm opened 4 years ago

drnlm commented 4 years ago

We should use one of the standard libraries rather than rolling our own. This will hopefully avoid repeats of bugs like #528 , but also provide more flexibility for consumers wanting to use different providers.

stefanor commented 4 months ago

I recently used django-allauth in a Django project, replacing django-registration-redux. It feels a little more complete and has what looks like good built-in SSO.