permanent API authentication code for servers or any alternative
Hi all,
How I noticed there isn't any way to generate a permanent authentication code (grant token) for server-side only apps. I need an alternative method to always generate a self client grant token manually because it isn't a user/developer-friendly way.
None of the systems are so high-available to can do the grant token manual generation only one time and after that, the app can stay in a permanent loop and use the refresh token to generate always a valid authentication token. After the time the web app crashed and can't use the refresh token because that is expired I have to generate a new self client grant token to can start this automatic permanent generation loop again.
Is there any way to generate a nearly permanent grant token or any method to make the grant token generation in an automated way only on the server-side?