django-authlib
django-authlib copied to clipboard
Utilities for passwordless authentication (using magic links, Google, Facebook and Twitter OAuth currently)
I've set up django-authlib for django-admin as per the documentation, but unfortunately I keep getting the error "Error while fetching user data. Please try again" when logging in.  ...
Documentation: How to use e.g. the Google OAuth2 client and persist the given and family name fields
... by providing your own `email_login` helper.
I don't see any use in allow users to forward their magic links and exposing this larger security hole. It would be nice if the library stored a cookie on...
Hi, I found your package django-authlib has a conflict with https://github.com/lepture/authlib Your package is registered as `django-authlib` (I do want this package name too) on PyPI, but the module name...
I would like to add a flag to the session like `request.session["is_sso"]` to indicate to other parts of my app that the user's session was established via SSO. In order...
Should the URL examples in the readme be changed to `path` or `re_path`? `url` has been deprecated for a while...