uraway / electron-oauth-github

I do not recommend using this library for OAuth authentication due to security issues. Please use a backend API to keep your access key secret or Auth0 integration.
https://www.npmjs.com/package/electron-oauth-github
16 stars 2 forks source link

nodeIntegration must be nested within webPreferences #6

Closed choxi closed 7 years ago

choxi commented 7 years ago

There's currently a bug where GitHub's "Authorize Application" button is disabled on their oauth page because the node integration isn't correctly being turned off. Apparently the API changed after Electron 1.0 and the preference needs to be nested within webPreferences.

uraway commented 7 years ago

Thanks!