Metadata-Version: 2.1
Name: apex-auth
Version: 0.1.5
Summary: UNKNOWN
Home-page: https://github.com/promoteinternational/apex-ng-auth
Author: Andréas Kühne
Author-email: andreas.kuhne@promoteint.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Django (>=2.0.5djangorestframework>=3.8.2)

# Apex NG Authentication

This package contains python methods to simplify communication with the Apex NG backend.

## Usage

$ pip install apex_auth

When the package is installed you can then create signatures by using the ApexRequest.create_request_headers method.
The returned value will be usable for sending to the backend and should authenticate correctly.


