Marwan Fazorablog.marwanfazora.com·Jan 28, 2024Authentication & Custom User Model In DjangoToday, we will talk about the User model in Django. One of the most beautiful things about Django, frankly, is the authentication. Django literally handles everything for you while you're sitting back and relaxing. However, sometimes we need to make ...Discuss·2 likes·106 readsDjango
Kaleb abebek4l3b4.hashnode.dev·Sep 11, 2023Creating a Custom Authentication Backend in DjangoSo you want to authenticate different types of users in different ways, or maybe you want to integrate your system with third-party authentication services like Firebase or Auth0, Whatever your use case maybe if you require a custom way of authentica...Discuss·10 likes·64 readsDjango