StarpTech / apollo-datasource-http

Optimized JSON HTTP Data Source for Apollo Server
MIT License
73 stars 32 forks source link

Return response Headers in Apollo response #56

Open cur1ou5soul opened 1 year ago

cur1ou5soul commented 1 year ago

Hi Guys,

Maybe I’m on the wrong path here, but I need to return proper set-cookie headers after a call to our api. We are in Transition from Cookie Session Authentication to OCC and therefore need this to stop doing a call to the backend on clientside to make shure our session ist alive.

Is this possible in apollo-datasource-http?

Regards,