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

updates: - [github.com/adamchainz/django-upgrade: 1.28.0 → 1.29.1](https://github.com/adamchainz/django-upgrade/compare/1.28.0...1.29.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.0...v0.14.7) - [github.com/biomejs/pre-commit: v2.2.4 → v2.3.8](https://github.com/biomejs/pre-commit/compare/v2.2.4...v2.3.8) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.6.0...v2.11.1)