ephraimbuddy commented on pull request #14219: URL: https://github.com/apache/airflow/pull/14219#issuecomment-789407426
I have switched to using flask_jwt_extension. This offered a lot of suggestions on how to implement jwt auth which are better than what I did before. I'm following this [advise](https://flask-jwt-extended.readthedocs.io/en/3.0.0_release/tokens_in_cookies/ ) of storing the token in cookies. I currently removed user data and will add it back once I got this correctly ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
