We use OAuth 2.0 and we currently have to manually authenticate to get an access-token and then remember to save before we can make the actual request.
It would be very nice if this could be done automatically (even as an option), since the
I created a public script that checks the token expiration date to see if it is valid or not before requesting a new access token. So, I need to select and include this script in the requests so that I always have a valid token.