Rails Turbo render_async: add JWT to async requests – Shopify
I am using render_async in a Rails app with turbo-rails and am trying to add a JWT to the render_async request header. I have the following in my application.rb: RenderAsync.configure do |config| config.turbo = true end and here is an…