How to pass JWT token from Header Set-Cookie to Headers Authorization: Bearer token

I’ve tried to implement your solution and it is able to retreive the HTTPOnly cookie, however the GET /users/me request still returns “No authorization header was found” error.
Do you perhaps have an idea if there something else I have to amend/change in order for this to work?

1 Like