Custom API Auth with Refresh Auth Workflow with Cookies

I currently have Custom Auth Workflow that uses JWT tokens and Cookies that keep track of the authentication.

In order to refresh the auth token, I need to pass Refresh Token as Authorization key in Header field, and the Cookies that are previously saved during authentication.

I would like to know how to pass the Cookies saved during Authentication Flow in the Refresh Authentication Flow

Hey @koreadeep_32! Have you already configured your resource to use cookies as outlined in the docs? As long as you don't need to set new cookies as part of your refresh flow (see this issue) you should be fine. Curious to see more about how you have your auth configuration set up, as well as any particular errors you might be running into!