jpt
New Contributor II

I am confronted with a similar error. I am also using obo user auth and have implemented accessing the token via  

st.context.headers.get('x-forwarded-access-token') for every query and do not save it in a cache. Still, after 1 hour, i am hit with the "invalid token" error, before that, everything works just fine. 

What am i doing wrong? I also close the connection after each query, so stale connections should not be the cause for this behaviour