Exemplo n.º 1
0
def init_app(app):
    jwt = JWT()
    jwt.authentication_handler(authenticate)
    jwt.identity_handler(identity)
    jwt.init_app(app)