Package scapi :: Module authentication
[hide private]
[frames] | no frames]

Module authentication

source code

Classes [hide private]
  OAuthSignatureMethod_HMAC_SHA1
  OAuthAuthenticator
  BasicAuthenticator
Variables [hide private]
  USE_DOUBLE_ESCAPE_HACK = True
There seems to be an uncertainty on the way parameters are to be escaped.
  logger = logging.getLogger(__name__)
Variables Details [hide private]

USE_DOUBLE_ESCAPE_HACK

There seems to be an uncertainty on the way parameters are to be escaped. For now, this variable switches between two escaping mechanisms.

If True, the passed parameters - GET or POST - are escaped *twice*.

Value:
True