NotAuthorizedError
Raised when a permission check fails because the user is not authorized.
The NotAuthorizedError class is accessible via the authkit.authorize.wsgi_adaptors module.
The exception is caught by the httpexceptions middleware and converted into a 403 HTTP response which is intercepted by the authentication middleware triggering a sign in.
Attributes
Methods
See the source for more information.
