django-authlib icon indicating copy to clipboard operation
django-authlib copied to clipboard

Utilities for passwordless authentication (using magic links, Google, Facebook and Twitter OAuth currently)

Results 6 django-authlib issues
Sort by recently updated
recently updated
newest added

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. ![ssologing](https://user-images.githubusercontent.com/42959213/169863431-3d1dd783-8cc1-41a2-94fb-829fa2fc216c.jpg) ![image](https://user-images.githubusercontent.com/42959213/169861378-d8f27e20-8eef-437b-a4df-d177ad411234.png)...

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...