Requiring OAuth for Helix Twitch API Endpoints

if I’m using OAuth implicit code flow to get the access token for a client-side app (browser extension) how to check the access token expiration and how to refresh it without asking the user to log in again if he already authorized it before

1 Like