From d7df42ae13a2a9bfb73a76ed96997dad88a794a9 Mon Sep 17 00:00:00 2001
From: David Tulloh <git-david@tulloh.id.au>
Date: Tue, 31 May 2016 18:24:05 +0200
Subject: [PATCH] Document the new digest_algo parameter

---
 docs/examples/hybrid/example.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/examples/hybrid/example.py b/docs/examples/hybrid/example.py
index 720a8ff..4ce4fcf 100644
--- a/docs/examples/hybrid/example.py
+++ b/docs/examples/hybrid/example.py
@@ -183,7 +183,7 @@
 
     ## other plugins
     basicauth = BasicAuthPlugin('repoze.who')
-    auth_tkt = AuthTktCookiePlugin('secret', 'auth_tkt')
+    auth_tkt = AuthTktCookiePlugin('secret', 'auth_tkt', digest_algo="sha512")
     redirector = RedirectorPlugin(login_url='/login.html')
     redirector.classifications = {IChallenger:['browser'] } # only for browser
 

--
Gitblit v1.9.3