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
@octokit/auth-oauth-app is not meant for usage in the browser. The OAuth APIs to create tokens do not have CORS enabled, and a client secret must not be exposed to the client.
现在的数据是直接保存到用户的浏览器上的
我们期望有一个功能 可以把本地的数据保存到用户的 gist 里面
这样当用户清空浏览器的时候 也可以通过保存在 gist 里面的数据来恢复
流程应该如下:
可以把整个探索的过程记录到这个 issue 下
确实方案可行后 就可以来一个 pr
The text was updated successfully, but these errors were encountered: