RemoteUser
Checks someone is signed in by checking for the presence of the REMOTE_USER.
The RemoteUser class is accessible via the authkit.permissions module.
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
See the source for more information.
