Daniel Hahler
|
a3ba2662cd
|
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials.
Regression in 3008f30f19 .
|
2017-05-22 12:24:38 -04:00 |
Tamas Szabo
|
3008f30f19
|
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends don't accept a request.
|
2017-05-15 07:48:15 -04:00 |
Tim Graham
|
c31e7ab5a4
|
Refs #25187 -- Fixed AuthBackend.authenticate() compatibility for signatures that accept a request kwarg.
|
2017-02-24 10:15:41 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Aleksej Manaev
|
4b9330ccc0
|
Fixed #25187 -- Made request available in authentication backends.
|
2016-09-12 20:11:53 -04:00 |