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
Currently, when running the example from Auth, the following error is throw: this.on is not a function. This seems to be an issue with got used with useElectronNet option.
The text was updated successfully, but these errors were encountered:
The auth modules does not seem to work on electron in both the renderer process and the main process. It does however work in plain nodeJS.
Versions:
Electron: v6.0.9
NodeJS: v10.16.0
NpmJS: v6.11.3
Currently, when running the example from Auth, the following error is throw:
this.on is not a function
. This seems to be an issue withgot
used withuseElectronNet
option.The text was updated successfully, but these errors were encountered: