diff --git a/api/authentication.py b/api/authentication.py new file mode 100644 index 000000000..932d9c6be --- /dev/null +++ b/api/authentication.py @@ -0,0 +1,3 @@ +from flask_jwt_extended import JWTManager + +jwt_manager = JWTManager()