The API user first gets a token using credentials. Future requests use the token for authentication.
A new token will be required periodically.
Is it because the authentication part is a lot of work for the server or client?
Is it for the negligible (in this context) security benefits of not using the same secret-key for all traffic?
The API user first gets a token using credentials. Future requests use the token for authentication.
A new token will be required periodically.