envoy-webhook-auth-decorator

Envoy webhook authentication decorator


License
MIT
Install
pip install envoy-webhook-auth-decorator==0.1.1

Documentation

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