pallets-eco / flask-jwt

JWT (JSON Web Tokens) for Flask applications
MIT License
564 stars 178 forks source link

When using flask-jwt how to exempt flask-wft CSRF for POST requests?? #97

Closed rlam3 closed 7 years ago

rlam3 commented 8 years ago

When using flask-jwt how to exempt flask-wtf CSRF for POST requests??

Would love a guide into how to use flask-jwt and flask-wtf together but have csrf exempt from the authentication using the application factory approach. Thanks!