hasadna / OpenCaptcha

Leverage the open information collected in the project to a bots blocker mechanism
MIT License
5 stars 0 forks source link

Flask blueprint #9

Open akariv opened 4 years ago

akariv commented 4 years ago

In order to expose the functionality as a web API, create a flask blueprint with the necessary endpoints to enable the captcha generation and validation.

ronniemaor commented 4 years ago

I've never used flask blueprints. Can you provide an example project I can use as reference?

akariv commented 4 years ago

e.g. https://github.com/datopian/auth/blob/master/auth/blueprint.py