whats the lifetime of Github OAuth API access token
2014: As commented in this “GitHub OAuth Busy Developer’s Guide” Tokens don’t have to expire. They only send back the access token and an expiration (field “expires_in“, seen as far back as 2013) if the offline_access scope is not requested (as it is the case for a refresh token). Right now, GitHub just assumes all … Read more