summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication
AgeCommit message (Expand)Author
2024-06-09docs: remove 'came_from' from login viewTres Seaver
2020-10-13Rename `ISecurityPolicy.authenticated_identity` to `identity`Theron Luhn
2019-12-31change hashalg on AuthTktCookieHelper to sha512.Michael Merickel
2019-12-30rename identify(request) to authenticated_identity(request)Michael Merickel
2019-12-29update authentication and authorization chapters of the quick_tutorial to use...Michael Merickel
2018-10-08Fix comments in `setup.py`sSteve Piercy
2018-10-08Revise `setup.py`sSteve Piercy
2018-10-08Update all the `setup.py`sSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-05-15issue #3182 removed extra lines from previous PRRadu Revutchi
2018-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned e...Radu Revutchi
2017-11-03views.py: prevent exception on unknown user loginsilum
2017-10-21Quick Tutorial: Replace wsgiref with waitressChris Shenton
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...Bert JW Regeer
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-07-21Add one-way password hash to security example in Quick Tutorial.Keith Yang
2015-05-23correct title tag; punctuationSteve Piercy
2014-03-13Strip redundant logging config from tutorial INI files.Tres Seaver
2013-11-09undeprecate remember/forget functions and remove remember_userid/forget_useri...Chris McDonough
2013-10-30convert remember/forget to request-method-basedChris McDonough
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ...Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt