githubv4 icon indicating copy to clipboard operation
githubv4 copied to clipboard

Created github client is tied to a single access token

Open jamesyli opened this issue 3 years ago • 0 comments

Currently if I create a client, the client ties to a token. This isn't ideal for a multi-tenant system where I have to create a new client for each request as the token is gonna be different.

A better way is to reuse the client for different tokens coming from different tenants.

jamesyli avatar Jun 04 '22 17:06 jamesyli