I want to know what is the best way to secure a remote api for use by tyk.
Let me explain :
When a call this done by the proxy tyk it is secure because it takes a token or other.
Now if I want to make calls directly to the remote API without going through the tyk proxy there is a problem because there is no need for token or other.
How to secure remote api for calls not coming from tyk ?