| Home | Trees | Indices | Help |
|
|---|
|
|
Interface class for generating authentication tokens for AuthDigestMiddleware.
|
|||
|
|||
| str or None |
|
||
| bool |
|
||
|
Inherited from |
|||
|
|||
| str |
realm is a string according to RFC2617. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Generates an authentication token from a username.
|
This function implements the interface for verifying passwords used by BasicAuthMiddleware. It works by computing a token from the user and comparing it to the token returned by the __call__ method.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 10 15:01:50 2020 | http://epydoc.sourceforge.net |