DEV Community

Discussion on: Python: Using JWT in cookies with a flask app and restful API!

 
kr profile image
KRains

Yes, I did so. But I have a feeling that I just can't set cookies on a protected route because @jwt_required decorator can't find any cookies YET and kick me out. I'm totally confused now :(