Auto-authenticate

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

is not an option with OAuth2.

Thanks for the feedback.
We have corresponding help documents about OAuth 2.0
For detailed information, please check here: How to access OAuth 2.0 protected APIs - Apidog Docs
I hope it can help you.

Thanks for the feedback.
We have corresponding help documents about OAuth 2.0
For detailed information, please check here: How to access OAuth 2.0 protected APIs - Apidog Docs
I hope it can help you.

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.

Is this interesting for you?

Like this: How to automatically set a Bearer Token for your Postman requests | by Ben Chartrand | Timely | Medium