Comment on Secure Your REST APIparentComments−danielweber13y> At the same time, API credentials should by definition be single-use.Could you spell this one out a little bit more? Do you mean only a single session should be able to use an API credential?−tptacek13yI mean the credential should only be relevant to the service, never shared across multiple services, because the API generates it for you.
Comments
> At the same time, API credentials should by definition be single-use.
Could you spell this one out a little bit more? Do you mean only a single session should be able to use an API credential?
I mean the credential should only be relevant to the service, never shared across multiple services, because the API generates it for you.