I have a custom app where connection is build using login and password. And a token is generated in response body. I am using this token at Base to read API’s data for the modules.
Note: Token has time limit of 24 hours.
If I run a module with this expired token “Unauthorize” is shown.
Question 1 : How can I reauthorize in make.com, if token has expired?
Question 2 : Is there any possibility that, I’ll run the module and token will be regenerated?
Question 3 : Is there any token decoder in make.com to get the expiry time of token, and call the “Connection” to regenerate the token, if Unauthorize is shown?
Please do give some suggestion.