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
/
api
/
security.rst
Age
Commit message (
Expand
)
Author
2020-01-14
Apply suggestions from code review
Michael Merickel
2020-01-14
update changelog and docs
Michael Merickel
2018-11-01
remove deprecated security functions
Michael Merickel
2017-06-14
fix p.security.ACLPermitsResult to subclass p.security.PermitsResult
Michael Merickel
2014-11-10
update the public api for remember
Michael Merickel
2012-02-24
More trivial typos
Paul Winkler
2011-09-12
explain NO_PERMISSION_REQUIRED constant in API docs
Daniel Haaker
2011-08-09
Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.
Michael Merickel
2010-12-31
- The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an
Chris McDonough
2010-10-25
convert API docs to Pyramid
Chris McDonough
2009-10-19
Organize into separate authentication and authorization sections.
Chris McDonough
2009-05-30
Docs.
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-06
Features
Chris McDonough
2009-01-17
Security policy documentation.
Chris McDonough
2008-11-02
Features
Chris McDonough
2008-09-21
- Add ``principals_allowed_by_permission`` API to security module.
Chris McDonough
2008-07-20
- Add API functions for authenticated_userid and effective_principals.
Chris McDonough
2008-07-16
Rearrange into narrative and API sections; include README in narrative as "in...
Chris McDonough