13Ara
In the Oauth2 client credentials grant, why do we use tokens instead of authorizing directly at each api call?
Since we are dealing with server to server communication, couldn’t we just send the credentials at each api call?
Since we are dealing with server to server communication, couldn’t we just send the credentials at each api call?