File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,16 @@ Changelog
6565---------
6666
6767
68+ v0.2.3 (22 Mar 2020)
69+ ~~~~~~~~~~~~~~~~~~~~
70+
71+ - Keep a reference to current user before checking anything else.
72+ Resolves a crash for clients which know that the server is
73+ Kerberos enabled and directly send the Authorization header
74+ - Be more tolerant to authorization request headers which don't
75+ match RFC-4459, section 4.2
76+
77+
6878v0.2.2 (10 Nov 2019)
6979~~~~~~~~~~~~~~~~~~~~
7080
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def get_long_description():
1010
1111setup (
1212 name = 'social-auth-kerberos' ,
13- version = '0.2.2 ' ,
13+ version = '0.2.3 ' ,
1414 description = 'Kerberos authentication backend for Python Social Auth' ,
1515 long_description = get_long_description (),
1616 author = 'Kiwi TCMS' ,
You can’t perform that action at this time.
0 commit comments