yuta
yuta
This app seems using electron not for web, would not working on browser. Electron needs to add `webPreferences: { webSecurity: false }` to BrowserWindow options below for disable cors. https://github.com/ZomoXYZ/Discord-Bot-Client/blob/ddf13605aba9bb65147d0934bb4e8e2d83f2a274/main.js#L38-L41
This works for me: `git config credential.authority Basic` Features like 2FA have been disabled, but it seems to save credentials for each user anyway! GCM seems to save as `git:https://github.com`...
After more testing, the cause was [The Great Suspender](https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg) extension much investigation will be needed...
> For the first issue, the solution is to add "ctx.session!.authorize()" at the top of every query and mutation. Yes, it's also an issue that anyone can post. however the...
Are there any updates here?
今朝再度確認したら直っていました
It seems to be an issue with dev.jspm.io, it can import successfully with jspm.dev which is the new replacement for dev.jspm.io. ``` $ deno eval 'import * as x from...
Alternatively, you can set environment variables at runtime. This way doesn't need restarting computer, but instead needs to be set every time. On Windows: `set CLIENT_ID=id&& set CLIENT_SECRET=secret&& node server.js`...
Just replace `id` with your client id and `secret` with your client secret Let's say your client id is `000000000000000000` and your client secret id `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`, you can run this...
Did you read [his blog](https://medium.com/@orels1/using-discord-oauth2-a-simple-guide-and-an-example-nodejs-app-71a9e032770)? There is clarification.