New ask Hacker News story: Django as an Authentication Server

Django as an Authentication Server
4 by pandichef | 1 comments on Hacker News.
I kept facing the same problem with Django projects. I had a common set of users for multiple projects. A friend recommended I use AWS Cognito to authenticate users, but it seemed absurd that Django couldn't act as an authentication/authorization server out-of-the-box. So I rolled out my own solution: https://ift.tt/2AgJfgk I'd love to get some feedback on this and/or find contributors to help. Thanks!

Comments