When using flask-jwt how to exempt flask-wft CSRF for POST requests??
rlam3 opened this issue · 0 comments
rlam3 commented
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!