Javier Sanjuan

Results 3 issues of Javier Sanjuan

### If you use updated version of flask_jwt_extended, you must use jwt_required and modify the decorator too. ### ### For new versions, decorator should be @jwt_required(optional=True) ###

If you don't update the context inside the app, db.session.add(user) will fail with error: RuntimeError: No application found. Either work inside a view function or push an application context. See...