flask-auth-utils

A small repository for setting up authentication in a python flask project

OTHER License

Stars
0

flask-auth-utils

This codebase holds the flask-auth-utils project, a standalone python module that provides an interface for easily setting up authentication in a flask project. For an example of how this is used, see my stupidchess project.

To build and upload this module:

make upload

This deploys the module to pypi where it can be installed with:

pip install flask-auth-utils
Related Projects