oidc_refresh
No security coverage
On some sites, editors can spend a long time filling in a form (creating content). If it takes them a really long time, it is possible that their OIDC acces/refresh token expires before they submit the form, resulting in them losing all their hard work. Since the OIDC module checks if those tokens need to be refreshed on every request, this module just makes an AJAX request every x amount (configurable) of time. Optionally the request is only being made when the user has interacted with the page (mousemove, click, touch, scroll, keydown).