Laravel – Set response header in resolver
I am trying to implement authentication in a custom resolver function but to achieve that, I must be able to set a cookie on the response. I found the following docs on what data is available, unfortunately, I see no…