| Home | Trees | Indices | Help |
|
|---|
|
|
Middleware implementing HTTP Basic Auth. Upon forwarding the request to the warpped application the environ dictionary is augmented by a REMOTE_USER key.
|
|||
|
|||
| {str: object} |
|
||
| (str, str) |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
| str |
authorization_method = the implemented Authorization method. |
||
|
|||
|
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.
|
Generates a WWW-Authenticate header. Subclasses must implement this method.
|
Generate an error page after failed authentication. Apart from the exception parameter, this method behaves like a WSGI application.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 10 15:01:50 2020 | http://epydoc.sourceforge.net |