Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created github client is tied to a single access token #100

Open
jamesyli opened this issue Jun 4, 2022 · 0 comments
Open

Created github client is tied to a single access token #100

jamesyli opened this issue Jun 4, 2022 · 0 comments

Comments

@jamesyli
Copy link

jamesyli commented Jun 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant