Hacker News new | ask | show | jobs
by loremm 67 days ago
Not yet I'll post later, need to make sure I didn't hard code anything

I need to talk to claude and read the oauth docs, but when I kept it entirely client side, I had to reauth/re login with gmail every ~ hour. Did you run into that?

I feel like I ran into this in the past and need to have my server renew the token? Or use the service worker? I'll read your code to see how you did it

1 comments

yea I didn't read it super closely, but I think setting it up as a test user keeps the oauth token for ~7 days. let me know what you find!