Adding Bearer Token to HttpApi Requests
I've looked into this a lot and I can't seem to figure it out. I am using
HttpApi to describe an external API. What is the best way to add the bearer token to all the request? I want to provide it as a layer because I have to manage token refreshes.