backend/src/jwtman.py

15 lines
233 B
Python
Raw Normal View History

2020-11-25 23:54:52 +01:00
#!/usr/bin/env python3
from flask_jwt_extended import JWTManager
"""
JWTManager
"""
__author__ = '@tormakris'
__copyright__ = "Copyright 2020, onSpot Team"
__module_name__ = "jwtman"
__version__text__ = "1"
jwtman = JWTManager()