You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @carlosgauci - I remember that you brought this up when first implementing the website, and we think it's time to make this change:
There are a few things on the website that need a GitHub access token, and the code is on the client side currently.
As far as I can tell, these are code snippets that pulls in information such as star count, contributor count etc.
Could we see if we can move all of this to the server side and stop fetching these tokens even as environment variables into the client side?
The text was updated successfully, but these errors were encountered:
Hey @carlosgauci - I remember that you brought this up when first implementing the website, and we think it's time to make this change:
There are a few things on the website that need a GitHub access token, and the code is on the client side currently.
As far as I can tell, these are code snippets that pulls in information such as star count, contributor count etc.
Could we see if we can move all of this to the server side and stop fetching these tokens even as environment variables into the client side?
The text was updated successfully, but these errors were encountered: