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
The only problem I see is credentials (reading can be public, writing - cannot). Any other issues?
For credentials, let's say, we're using our proxy (we have to do so anyway due to same-origin policy).
Maybe we can use a Github App to get permissions for a repo, and then add these credentials to push requests (basically add auth tokens to requests)?
The text was updated successfully, but these errors were encountered:
You can also alter the XMLHttpRequest.prototype.open in the worker to set the request header with bearer token or basic auth. This is how I do it in WebAssembly Music:
Let's say we cloned a (public) github repository.
Is there a way to push there?
The only problem I see is credentials (reading can be public, writing - cannot). Any other issues?
For credentials, let's say, we're using our proxy (we have to do so anyway due to same-origin policy).
Maybe we can use a Github App to get permissions for a repo, and then add these credentials to push requests (basically add auth tokens to requests)?
The text was updated successfully, but these errors were encountered: