Refresh Token by re login

Hi,

unfortunately my platform I’m creating a custom app for only has normal username/password authorization. Using this I receive a token that lasts for 30 minutes. How can I automatically refresh the token every 30 minutes in the connection part of my app?

Regards

Please refer to this topic: Login to Website that doesn't Support API's

2 Likes

Hi,

thank you for the link. Is there no other way? Your way would technically keep polling the API for new tokens for each new request, which is problematic in my case.

I set up a connection of type “other” but I’m lacking a list of keywords to use. For example “refresh” as seen in Oauth2 process is not allowed for me for some reason. I guess that’s related to the connection type I picked. Is there any advanced documentation on this somehwhere?