mawie81 / electron-oauth2

A library to handle OAuth2 authentication for your Electron app.
MIT License
99 stars 56 forks source link

Error: Object has been destroyed #20

Closed Zyles closed 7 years ago

Zyles commented 7 years ago

Can you make a sample project of this?

Can't get it to work.

How do you catch the callback? There is no localhost server running.

Error: Object has been destroyed`

When I go back from the authorize to the callback.

Zyles commented 7 years ago

Got it to work with registerHttpProtocol to make a custom callback URL (not localhost).