Better Access Tokens
Ideally, we would like to be able to scope our tokens to individual APIs and not have them tied to a user. Essentially, we want proper OAuth tokens, not unscoped personal access tokens. For example, a problem we ran into was that we needed to acce...