Django-authlib

Latest version: v0.16.4

Safety actively analyzes 626363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.4

===================

- Added some documentation to the README.
- Google client: Removed the deprecated profile scope, and switched to
online access only (we do not need offline access).
- Added the ``authlib.admin_oauth`` app for a minimal Google OAuth2
authentication solution for Django's administration interface.
- Added the ``authlib.little_auth`` app containing a minimal user model
with email as username for a quick and dirty ``auth.User``
replacement.
- Allow overriding the view name used in
``authlib.email.get_confirmation_url``.

0.3

===================

- Fixed the redirect URL generation of the Facebook and Google client.
- Changed the name of the post login redirect cookie from ``next`` to
``authlib-next`` to hopefully prevent clashes.
- Authentication providers may also return ``None`` as email address;
handle this case gracefully by showing an error message instead of
crashing.
- Pass full URLs, not only paths to the OAuth2 libraries because
otherwise, secure redirect URLs aren't recognized as such.

0.2

===================

- Added views for registration and logging in and out.
- Added a base user model and an authentication backend for
authenticating using email addresses only.

0.1

===================

- Initial release containing helpers for authentication using an email
address, either verified by sending a magic link or retrieved from
Facebook, Google or Twitter.

.. _django-authlib: https://django-authlib.readthedocs.io/

.. _0.1: https://github.com/matthiask/django-authlib/commit/0e4a81c11
.. _0.2: https://github.com/matthiask/django-authlib/compare/0.1...0.2
.. _0.3: https://github.com/matthiask/django-authlib/compare/0.2...0.3
.. _0.4: https://github.com/matthiask/django-authlib/compare/0.3...0.4
.. _0.5: https://github.com/matthiask/django-authlib/compare/0.4...0.5
.. _0.6: https://github.com/matthiask/django-authlib/compare/0.5...0.6
.. _0.7: https://github.com/matthiask/django-authlib/compare/0.6...0.7
.. _0.8: https://github.com/matthiask/django-authlib/compare/0.7...0.8
.. _0.9: https://github.com/matthiask/django-authlib/compare/0.8...0.9
.. _0.10: https://github.com/matthiask/django-authlib/compare/0.9...0.10
.. _0.11: https://github.com/matthiask/django-authlib/compare/0.10...0.11

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.