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
/
authentication.rst
Age
Commit message (
Expand
)
Author
2020-11-28
namespace upgrading_auth since it's in the whatsnew doc
Michael Merickel
2019-07-13
Improve authn/authz API docs.
Theron Luhn
2019-05-26
API docs.
Theron Luhn
2016-08-31
rename the credentials class
Michael Merickel
2016-08-10
Add docs & explict tests
Dariusz Górecki
2012-11-04
merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy
Michael Merickel
2012-11-04
fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...
Chris McDonough
2012-11-04
Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid into...
Chris McDonough
2012-10-30
updated authentication policy api documentation
Michael Merickel
2012-10-14
Add BasicAuthAuthenticationPolicy to Sphinx documentation. Move Repoze1Authe...
Chris Rossi
2012-09-23
Add SHA512AuthTktAuthenticationPolicy and deprecate AuthTktAuthenticationPolicy
Domen Kožar
2011-05-25
Added a simple session-based authentication policy.
Michael Merickel
2011-04-13
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
Chris McDonough
2011-01-01
- The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API.
Chris McDonough
2010-10-25
convert API docs to Pyramid
Chris McDonough
2009-12-23
- Added the ``repoze.bfg.authentication``,
Chris McDonough
2009-07-01
- Deprecate the ``authentication_policy`` and ``authorization_policy``
Chris McDonough
2009-05-30
- Add an AuthTktAuthenticationPolicy. This policy retrieves
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough