Open matheusbaumgart opened 10 months ago
It's more or less expected, I would say. But I would like to rephrase the question. My project is currently in "Test" mode, and the only Javascript origins I specified are "http://localhost" and "http://localhost:5173". From inspecting the cookies, it looks like a session is stored.
Here is the quesion: Is it somehow possible to skip the prompt when reloading the page and get an auth-flow based on the previous session, resulting in a new access token?
I use gapi and when I refresh the page future calls to gapi will not have the authorisation token to it. They all have right after I authenticate, but if I refresh, it's gone. I already tried setting the token after login, no luck.
Any clues @MomenSherif?