matthiask / django-authlib

Utilities for passwordless authentication (using magic links, Google, Facebook and Twitter OAuth currently)
https://django-authlib.readthedocs.io/
MIT License
61 stars 11 forks source link

Documentation: How to use e.g. the Google OAuth2 client and persist the given and family name fields #5

Open matthiask opened 5 years ago

matthiask commented 5 years ago

... by providing your own email_login helper.

matthiask commented 1 week ago

It would also be nice if admin OAuth would forward the user data to the create user callback.