Skip to main content

Flask extension of Api sign Verification

Project description

Flask Api Sign Verification

Documentation Status Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

Features

  • Testing setup with unittest and python setup.py test or py.test

  • Command line interface using Click

Quickstart

Install the latest Cookiecutter if you haven’t installed it yet

pip install -U flask-api-sign

Then:

from flask import Flask
from flask_api_sign import ApiSignManager
from flask_api_sign import verify_sign

app = Flask(__name__)

api_sign_mgr = ApiSignManager()
api_sign_mgr.init_app(app)
@app.route("/")
@verify_sign
def index():
    pass

History

0.1.1 (2021-08-02)

  • test with a java client demo.

0.1.0 (2021-07-27)

  • First release on PyPI.

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

flask_api_sign-0.1.1.tar.gz (19.2 kB view hashes)

Uploaded Source

Built Distribution

flask_api_sign-0.1.1-py2.py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 2 Python 3

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