-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Token Not Received #64
Comments
Thanks your question. 😄 This module uses "did-get-redirect-request" to detect OAuth 2 redirects, but this event was deleted from electron 3.0.0. I plan to update this module for electron 3.0.0. In the meantime, you can avoid this problem by using electron 2.x.x. |
@hablema Please try v3.0.0. I fixed this problem 😃 https://www.npmjs.com/package/electron-oauth-helper/v/3.0.0 |
Hi there I have tried this library for mixer.com and it is not doing anything on: debug("start OAUTH2")
I am using the following config: const config = { This doesn't seem to resolve the promises, maybe this lib does not work with www.mixer.com ??? |
The login is completed and redirection happens but the response is not received. Am I doing something wrong?
`function googleAuth() {
}`
The text was updated successfully, but these errors were encountered: