equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-security |
2 Name: pyams-security |
3 Version: 0.1.7 |
3 Version: 0.1.8 |
4 Summary: PyAMS security interfaces and classes |
4 Summary: PyAMS security interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_security |
5 Home-page: http://hg.ztfy.org/pyams/pyams_security |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
|
9 Description-Content-Type: UNKNOWN |
9 Description: ====================== |
10 Description: ====================== |
10 PyAMS security package |
11 PyAMS security package |
11 ====================== |
12 ====================== |
12 |
13 |
13 OAuth |
14 OAuth |
104 |
105 |
105 |
106 |
106 History |
107 History |
107 ======= |
108 ======= |
108 |
109 |
|
110 0.1.8 |
|
111 ----- |
|
112 - switched to Pyramid 1.9 and removed custom CSRF handling code |
|
113 |
109 0.1.7 |
114 0.1.7 |
110 ----- |
115 ----- |
111 - added CSRF token cookie in every server response, with validation in every POST or AJAX request |
116 - added CSRF token cookie in every server response, with validation in every POST or AJAX request |
112 - added local user mail info adapter |
117 - added local user mail info adapter |
113 |
118 |