django-allauthEasy Playground

Django authentication: social accounts, email verification

Getting started with django-allauthRun locally
Install
pip install django-allauth
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: django_allauth)

django-allauth is a third-party package. Django authentication: social accounts, email verification. Install with: pip install django-allauth

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?