I know this is older, however, I recently found out that you can get the cookies directly from the callback_context
, eg: ctx.cookies
This is built in, it cant handle things like flask_login
but you can access cookies, headers, origin, remote
.
You can find more until the documentation is updated here: