Hello All,
I am working with a number of RESTHost end-points which return an authentication token that is valid for 90 seconds. This is causing me to write a custom authentication process rather than using the HTTP-REST plugin's auth mechanism.
Almost all of our blueprints will rely on dynamic properties that will be querying the REST hosts on demand. From what I can tell that will require a number of actions to be built, each of which will have to connect to a REST host and grab some data. In most cases there will be a number of actions called to get all the necessary data, one right after the other.
It would be ideal if I could cache the auth token somewhere and have the individual actions look there first, before going through the login process themselves.
I have not found any mechanism in vRO to accomplish this. Does anybody have any ideas?
Thanks.