So is there a way to assure that single user after one authentication cycle, doesn't need to authorize via web browser again? Something like neverending access_token?
This would be nice because my app is syncing calendar events in both ways real time using webhooks.
It seems like you should refresh your access_token every 14 days and it's possible max. 90 days, after that you have to login again via browser to give your app an access, is that right? Ofc, I also read that, if user changes password it revokes access_token too..
NOTE: I read somehwere that daemon service has neverending access_token, but webhooks doesn't work with that?