| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-09 | docs: remove 'came_from' from login view | Tres Seaver | |
| - The narrative doesn't discuss this (mis-)feature. - Without any authorization, there is no meaninful reason to remember the 'previous' page. - As a general rule, we want to avoid trusting user-supplied data (i.e., from the query string or form params) when constructing redirect URLs. | |||
| 2020-01-04 | clarify that new system is coupled | Michael Merickel | |
| 2019-12-29 | update authentication and authorization chapters of the quick_tutorial to ↵ | Michael Merickel | |
| use the new ISecurityPolicy | |||
| 2018-10-08 | Align emphasize-lines to setup.py | Steve Piercy | |
| 2018-08-18 | Clean up code-blocks in qt/authentication | Steve Piercy | |
| 2018-05-14 | fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵ | Radu Revutchi | |
| emphasize-lines | |||
| 2018-04-24 | link to pypi.org | Michael Merickel | |
| 2017-10-21 | Changes per stevepiercy review, thanks! | Chris Shenton | |
| 2017-10-21 | Quick Tutorial: Replace wsgiref with waitress | Chris Shenton | |
| In setup.py add waitress import. In development.ini use waitress. Adjust line number highlighting. Mention that we're using it early in the tutorial. Addresses #2926 | |||
| 2016-07-23 | Rewrite Quick Tutorial narrative in authentication.rst for consistent flow | Steve Piercy | |
| 2016-07-21 | Add one-way password hash to security example in Quick Tutorial. | Keith Yang | |
| 2016-04-16 | quick_tutorial cleanup | Steve Piercy | |
| - replace nose with pytest - cleanup authentication.rst | |||
| 2016-04-07 | - update authorization.rst | Steve Piercy | |
| - add intersphinx target links | |||
| 2016-04-07 | - update authentication.rst | Steve Piercy | |
| 2015-08-31 | move extra credit question about @forbidden_view_config from authentication ↵ | Steve Piercy | |
| to authorization | |||
| 2015-05-23 | correct title tag; punctuation | Steve Piercy | |
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 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 | |
