Hacker News new | ask | show | jobs
by Virgo_matt 69 days ago
Exactly! Love it! Is yours on GitHub? Would love to check it out
1 comments

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

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!