electron-oauth2
electron-oauth2 copied to clipboard
A library to handle OAuth2 authentication for your Electron app.
should address #25 and #19 by checking for the redirect URI when receiving a code
This might somehow be related to #19 , but the result was a bit different for me... Using OAuth to login in to streamjar, and logging in via oAuth with...
…f "code". I have tested the original repo and it seems that when `onCallback` is executed, the parsed url returned from google with the authorization code does not contain an...
Hello, It can happen that will-navigate and did-get-redirect-request are both called and so the browser window has already been closed. This display bad error message in the middle of the...