I have built a simple SPA using ONLY jQuery, html and css and am successfully authenticating access to it using auth0.
I would like to refresh a users access token automatically but can’t work out how to do this - the SDK quickstart for jquery token renewal gives an example using an Express server and Node.js but I am using a simple Apache server (my web host) and don’t know how to amend the server.js /silent.html files or where to put these files given that I am not using Express or Node.js.
Can anybody please help me out?