Hacker News new | ask | show | jobs
by buffalobuffalo 1907 days ago
The other side of the coin is that django's auth system is pretty rigid. Adding additional fields to the user object is clunky, and trying to do an unusual auth flow can be downright ugly. Dealing with that a few times can leave you a lot more open to designing your own and/or patching together other libraries. At least, that's how it went for me a few years ago.
1 comments

Django allauth handles 90% of auth needs. Adding fields to user is easy if you set it up correctly