Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 258 Bytes

Scratchcard

This is a platform for giving out one time use codes.

Develop

You need to turn off secure transport to use a HTTP endpoint.

pip install -r requirements.txt
export OAUTHLIB_INSECURE_TRANSPORT=1
flask run --reload

Licence

MIT