Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 691 Bytes

Readme.md

File metadata and controls

20 lines (14 loc) · 691 Bytes

requests-httpsharedkeyauth

Workflow

Python implementation of the client library for the Shared Key Authentication.
This is intended to be used as an authentication handler for a request object by attaching the proper authorization header.

Installation

pip install git+https://github.com/sokube/requests-httpsharedkeyauth.git

Usage

import requests
from httpsharedkeyauth import HTTPSharedKeyAuth

requests.get(url, auth=HTTPSharedKeyAuth(identifier,key))