Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Add some documentation about the tokenmanager application option
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Feb 9, 2012
1 parent ca995ce commit 5a389fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repoze/who/plugins/vepauth/tokenmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ class SignedTokenManager(object):
* hashmod: the hashing module to use for various HMAC operations;
if not specified then hashlib.sha1 will be used.
* applications: If the request contains a matchdict with "application"
in it, it should be one of the ones provided by this
option;
if not sepcified then an empty list will be used.
"""

def __init__(self, secret=None, timeout=None, hashmod=None,
Expand Down

0 comments on commit 5a389fe

Please sign in to comment.