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
/
repoze
/
bfg
/
tests
/
test_authentication.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-07
- Use ``hash()`` rather than ``id()`` when computing the "phash" of a
Chris McDonough
2010-09-05
Documentation
Chris McDonough
2010-02-03
Bug Fixes
Chris McDonough
2009-12-01
Unused locals.
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-10-24
Ahem.
Chris McDonough
2009-10-23
- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2009-10-20
- Re-issue authentication ticket if the cookie has expired when using
Chris McDonough
2009-06-25
- Add optional ``max_age`` keyword value to the ``remember`` method of
Chris McDonough
2009-06-23
- The ``callback`` argument of the ``repoze.bfg.authentication``
Chris McDonough
2009-06-18
- Add ``reissue_time`` and ``timeout`` parameters to
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-05-30
- Remove "context" argument from ``effective_principals`` and
Chris McDonough
2009-05-30
- Add an AuthTktAuthenticationPolicy. This policy retrieves
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough