Hello!
My backend set up oathkeeper as a gateway between the FE and BE, so I think I'm supposed to send my authorization (the csrf token?) with requests to BE (because they pass through oathkeeper).
Is there a way to do this with
@ory/client
? Or am I missing something?