1. cd js-powergate-client/examples/node 2. npm install 3. I have generated a new OAuth app in GitHub developer settings and take note of the generated client id and secret. 4. I update GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET with the values from the above step 5. npm run build 6. npm start 7. Finally, navigate to http://localhost:3000 and I see the app being running locally! 8. Click the button with "Login with GitHub" text,But It shows that I don't have permission Look at the picture below. <img width="830" alt="屏幕快照 2020-11-27 11 49 04" src="https://user-images.githubusercontent.com/17977588/100409561-2bf3c600-30a7-11eb-954f-c96e89e49a4c.png">