Comment on Secure Your REST APIparentComments−lhazlewood13yYou shouldn't ever use username/password pairs for API authentication. If the user ever changed their password, then their API calls would immediately fail!This is one of many benefits of using multiple (revokable) API Keys.
Comments
You shouldn't ever use username/password pairs for API authentication. If the user ever changed their password, then their API calls would immediately fail!
This is one of many benefits of using multiple (revokable) API Keys.