January 29th, 2024
Google Login with Django Allauth
I often find myself needing to implement Google OAuth in Django projects but keep forgetting the exact steps. So, I'm documenting the process here for future reference. Step 1: Install django-allauth First, install django-allauth using Docker Compose: Step 2: Update Django…
Read More →