summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication.rst
AgeCommit message (Collapse)Author
2020-01-04clarify that new system is coupledMichael Merickel
2019-12-29update authentication and authorization chapters of the quick_tutorial to ↵Michael Merickel
use the new ISecurityPolicy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-08-18Clean up code-blocks in qt/authenticationSteve Piercy
2018-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵Radu Revutchi
emphasize-lines
2018-04-24link to pypi.orgMichael Merickel
2017-10-21Changes per stevepiercy review, thanks!Chris Shenton
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris 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-23Rewrite Quick Tutorial narrative in authentication.rst for consistent flowSteve Piercy
2016-07-21Add one-way password hash to security example in Quick Tutorial.Keith Yang
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup authentication.rst
2016-04-07- update authorization.rstSteve Piercy
- add intersphinx target links
2016-04-07- update authentication.rstSteve Piercy
2015-08-31move extra credit question about @forbidden_view_config from authentication ↵Steve Piercy
to authorization
2015-05-23correct title tag; punctuationSteve Piercy
2014-02-10- Garden PR #1121Steve Piercy
2013-09-25Quick 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-16make example links clickable, for convenienceTshepang Lekhonkhobe
2013-09-16s/env/venv just for sake of consistencyTshepang Lekhonkhobe
2013-09-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt