Redirect redirect?

Probably easy question - I think I forgot. When I Widget auth to Google Drive API, it redirects back to my app (web client only, not vite hosted), which reloads everything due to the navigation, which requires another auth, rinse and repeat. How do you keep the auth in the same session?

Why does it require another auth? The token is normally parsed from the redirect URL’s token fragment and immediately stored in localStorage, from where it is loaded every time you load the app, until Drive is disconnected.