AuthKit

 

RemoteUser

Checks someone is signed in by checking for the presence of the REMOTE_USER.

If accept_empty is False (the default) then an empty REMOTE_USER will not be accepted and the value of REMOTE_USER must evaluate to True in Python.


Methods

f __init__(self, accept_empty=False) ...

f check(self, app, environ, start_response) ...

See the source for more information.