Skip to main content

Envoy webhook authentication decorator

Project description

Envoy webhook authentication decorator

Build Status Pypi Status Coveralls Status

Installation

From source code:

python setup.py install

From pypi:

pip install envoy-webhook-auth-decorator

Usage

import envoy_webhook_auth_decorator

@envoy_webhook_auth_decorator.authentication({"api_key": ..., "timestamp": ..., "token": ..., "signature": ...})
def mytest():
    print("Testing...")

if __name__ == '__main__':
    mytest()

License

This software is licensed under the MIT license

See License file

Changelog

0.1.1

  • Update version

0.1.0

  • Add coverage

0.0.3

  • Remove hmac_signature upper process logic

0.0.2

  • Support Envoy webhook callback authentication

0.0.1

  • Initial public release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

envoy-webhook-auth-decorator-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page