TLDRUsing basic authentication for authenticating users is usually not recommended since sending the user credentials for every request is a bad practice. API keys are a way to authenticate an application accessing any API without referencing an actual user. OAuth specifies mechanisms where an application can ask a user for access
2 Comments
Sort: