| Home | Trees | Indices | Help |
|
|---|
|
|
Middleware partly implementing RFC2617. (md5-sess was omited) Upon successful authentication the environ dict will be extended by a REMOTE_USER key before being passed to the wrapped application.
|
|||
|
|||
| {str: object} |
|
||
|
|||
| (str, str) |
|
||
|
Inherited from Inherited from |
|||
|
|||
| str |
authorization_method = the implemented Authorization method. |
||
algorithms =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Try to authenticate a request. The Authorization header is examined and checked agains the authorization_method before being passed to this method. This method must either raise an AuthenticationRequired instance or return a dictionary explaining what was successfully authenticated.
|
internal method generating authentication tokens
|
Generates a WWW-Authenticate header. Subclasses must implement this method.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 10 15:01:50 2020 | http://epydoc.sourceforge.net |