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?
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?