Hi,
I am trying to migrate an app to use session tokens from App Bridge instead of cookies.
I am currently using fetch to call my own REST services at the backend.
Can I use authenticatedFetch with fetch, or is authenticatedFetch only relevant for the apollo client and axios? As far as I can see, the apollo client is only relevant if you want to call graphql which is not the case in my app, and axios is just an alternative to fetch.
If I can use authenticatedFetch with fetch, please provide an example, as I was not able to get it to work.
Thanks,
-Louise