django-axes/docs
Aleksi Häkli e69d479f6a
Refactor handlers to a more pluggable format
- Define a base handler API with method signatures
- Move proxy handler to a separate path for importability
- Implement a database handler with clean external dependencies
- Change the authentication backend and decorators to use the authentication backend

This enables clean pluggable authentication backend definitions that users
can override and specialize with e.g. cached handlers in their own packages.

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2019-02-22 19:55:57 +02:00
..
captcha.rst Improve documentation: 2016-08-01 00:17:34 +02:00
conf.py Drop Python 2.7 and Python 3.4 support 2019-02-07 17:28:26 +02:00
configuration.rst Refactor handlers to a more pluggable format 2019-02-22 19:55:57 +02:00
development.rst Update development docs to use tox as test runner 2018-02-18 13:58:06 +02:00
index.rst Use middleware, backends, and signals for lockouts 2019-02-03 16:03:30 +02:00
installation.rst Improve documentation: 2016-08-01 00:17:34 +02:00
Makefile Added readthedocs 2016-07-30 16:48:50 +02:00
migration.rst Deprecate old signature for AXES_USERNAME_CALLABLE and update documentation 2019-02-07 22:09:21 +02:00
requirements.rst Improve docs. Refs #170 2016-08-20 16:22:45 -05:00
usage.rst Deprecate old signature for AXES_USERNAME_CALLABLE and update documentation 2019-02-07 22:09:21 +02:00