flask-api-sign 0.1.1

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

flaskapisign 0.1.1

Flask Api Sign Verification



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


Links

Documentation: https://flask-api-sign.readthedocs.io/en/latest/index.html
Changes: https://flask-api-sign.readthedocs.io/en/latest/history.html
PyPI Releases: https://pypi.org/project/flask-api-sign/
Source Code: https://github.com/juforg/flask-api-sign/
Issue Tracker: https://github.com/juforg/flask-api-sign/issues/




History

0.1.1 (2021-08-02)

test with a java client demo.



0.1.0 (2021-07-27)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.