closeio / flask-mongorest

Restful API framework wrapped around MongoEngine
Other
523 stars 88 forks source link

How to use JWT Decorator #108

Open setyongr opened 7 years ago

setyongr commented 7 years ago

hi, i need some help i want to use JWT as authentication and i'm trying to use Flask-Jwt-Extented that using jwt_required decorator to protect resource. My question is how to implement this decorator to resource?