Comment on API Security Checklist for developersparentComments−vbsteven9yI like to use Basic Auth for API's with clientid/secret pairs. So it's not the user password and individual credentials can be revoked while it's much simpler to implement than full OAuthIf I'm not mistaken Twilio does this too for their API
Comments
I like to use Basic Auth for API's with clientid/secret pairs. So it's not the user password and individual credentials can be revoked while it's much simpler to implement than full OAuth
If I'm not mistaken Twilio does this too for their API