How to read cookies inside a background callback?

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. :slight_smile:

You can find more until the documentation is updated here:

1 Like