NotAuthenticatedError
Raised when a permission check fails because the user is not authenticated.
The NotAuthenticatedError class is accessible via the authkit.authorize.wsgi_adaptors module.
The exception is caught by the httpexceptions middleware and converted into a 401 HTTP response which is intercepted by the authentication middleware triggering a sign in.
Attributes
a explanation
'The server could not comply with the request since\r\nit is either malformed or otherwise incorrect.\r\n'
Methods
See the source for more information.
