I'm currently developing a webpage for exclusive users to view shared Google Analytics data. I have managed to obtain an OAuth token for the account housing this data using JavaScript, but sadly it expires in just 1 hour.
Is there a way to utilize this token for all visitors of the page? My goal is simply for users to access the shared analytics data without needing to retrieve their own individual information. Is there a method to make the token everlasting or to automatically renew it?