Tim Graham
|
55e16f25e9
|
[2.0.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend doesn't accept a request but a later one does.
Regression in a3ba2662cdaa36183fdfb8a26dfa157e26fca76a.
|
2018-01-31 08:34:11 -05:00 |
|
Daniel Hahler
|
a3ba2662cd
|
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials.
Regression in 3008f30f194af386c354416be4c483f0f6b15f33.
|
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 |
|