How can I make the authToken last longer than a day before expiring?
I have this issue where after a day of inactivity, the authToken generated upon sign-in expires, making all the authenticated APIs return empty values with HTTP 401 error messages like this:
{'code':'ERROR_CODE_UNAUTHORIZED','message':'The token expired.'}.
I've set up caching on my auth/me API to 7 days (which seems to be the max) but the token still expires after about a day of inactivity.
I have attached a screenshot of my auth/me settings below in case someone can help point out what I'm not doing well. Thank you.
[image.png]
Working with APIs
2 replies