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