| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-09 | fix: store 'came_from' information in the session | Tres Seaver | |
| - As with the previous commit, we want to avoid trusting user-supplied data from the query string or form parameters when constructing redirect URLs. - Storing the route name and matchdict for the view being forbidden in the session allows us to construct the redirect URL on successful login cleanly. - In order to clarify that the logic of storing the 'came from' information is separate from rendering or processing the login form, this PR splits the `@forbidden_view` mapping onto a separate view function. | |||
| 2019-12-31 | apply grammar suggestion | Michael Merickel | |
| 2019-12-29 | update authentication and authorization chapters of the quick_tutorial to ↵ | Michael Merickel | |
| use the new ISecurityPolicy | |||
| 2018-08-18 | Clean up code-blocks in qt/authorization | Steve Piercy | |
| 2016-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose with pytest - cleanup authorization.rst | |||
| 2016-04-07 | - update authorization.rst | Steve Piercy | |
| - add intersphinx target links | |||
| 2015-08-31 | move extra credit question about @forbidden_view_config from authentication ↵ | Steve Piercy | |
| to authorization | |||
| 2015-05-23 | correct title tag; grammar, punctuation | Steve Piercy | |
| 2015-05-11 | Update authorization.rst | Areski Belaid | |
| fix the url for hello route '/howdy' | |||
| 2013-09-25 | Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵ | Paul Everitt | |
| work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate). | |||
| 2013-09-16 | make example links clickable, for convenience | Tshepang Lekhonkhobe | |
| 2013-09-16 | s/env/venv just for sake of consistency | Tshepang Lekhonkhobe | |
| 2013-09-13 | Fix naming of virtualenv prefix. | Paul Everitt | |
| 2013-09-13 | All the references re-wired. | Paul Everitt | |
| 2013-09-13 | First cut at import of quick tutorial. | Paul Everitt | |
