index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
quick_tutorial
/
authorization
/
tutorial
Age
Commit message (
Expand
)
Author
2024-06-09
fix: store 'came_from' information in the session
Tres Seaver
2020-10-13
Rename `ISecurityPolicy.authenticated_identity` to `identity`
Theron Luhn
2020-04-17
inheriting from `object` not necessary in py3
Sergey Maranchuk
2020-01-16
update docs with pyramid.authorizatio imports after syncing master
Michael Merickel
2019-12-31
change hashalg on AuthTktCookieHelper to sha512.
Michael Merickel
2019-12-30
rename identify(request) to authenticated_identity(request)
Michael Merickel
2019-12-29
update authentication and authorization chapters of the quick_tutorial to use...
Michael Merickel
2017-11-03
views.py: prevent exception on unknown user login
silum
2016-07-21
Add one-way password hash to security example in Quick Tutorial.
Keith Yang
2015-05-23
correct title tag; grammar, punctuation
Steve Piercy
2013-11-09
undeprecate remember/forget functions and remove remember_userid/forget_useri...
Chris McDonough
2013-10-30
convert remember/forget to request-method-based
Chris McDonough
2013-09-25
Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ...
Paul Everitt
2013-09-13
First cut at import of quick tutorial.
Paul Everitt