How to combine flask-jwt with csrf token?

Viewed 18

Does anyone know a way how to protect your flask-jwt auth endpoint with cors? so that only a csrf included form can access the route?

0 Answers
Related