i am writing an addon that connects to an external API using oauth2.
The oauth token expires after an hour.
Instead of refreshing the token with each api call, I would like to store this token somewhere in xenforo.
Does XF have a temporary global storage that I can use to save the oauth token?
The oauth token expires after an hour.
Instead of refreshing the token with each api call, I would like to store this token somewhere in xenforo.
Does XF have a temporary global storage that I can use to save the oauth token?