-
Notifications
You must be signed in to change notification settings - Fork 293
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
Oauth blocked access #95
Comments
I was finally able to get this working. I know that there's an unmerged PR that might have fixed this but it seems stuck in limbo. here's how I fixed it (it gets dirty):
let me know if that works for you. I'm happy to help, since I rely on this pretty heavily and can imagine others might too. |
thanks @jonathan-chin it works for me. I wonder why clientSecret and clientId are hardcoded.. |
Ok, I ran into this last night, dug around, and found out a few things:
|
No updates on this? Seems fixable, no? |
Yes, it's fixable, but the maintainer is pretty busy these days, and there are 2 workarounds: a) the repo has working code or b) patch the release you installed w/ |
Also you can npm-install |
Please read the comments above. The code works; there's no issue with your permissions. It's just that you're using the code from 2019. The maintainer is too tied up to cut another release, so use one of the alternative methods described in other comments for now. |
I am unable to get beyond the authorization part. I'm using my personal account and it has never previously reported any blocked apps.
The text was updated successfully, but these errors were encountered: