OAuth with Github does not work
See original GitHub issueDescription
Sign-in using the browser does not work
Version
Kactus version: v0.1.0-alpha6 OS version: macOS Sierra Version 10.12.5 (16F73)
Steps to Reproduce
- Download Kaktus
- Open it
- Click on “Sign into GitHub.com”
- Click on “Sign in using your browser” --> The browser opens:
https://github.com/login/oauth/authorize?client_id=
- Click on “Authorize Kactus”
- Browser goes to
https://kactus.io/auth/github?code=f...
Expected behaviour:
- Site is properly secured
- The url somehow redirects so that the Kactus app receives the OAuth-Token
Actual behaviour:
- Chrome brings a security warning
- Site shows a 404 error
Reproduces how often: 100%
Logs
There are no logs. Here is an excerpt from: ~/Library/Application Support/Kactus
GPUCache
IndexedDB
Local Storage
Preferences
QuotaManager
QuotaManager-journal
SS -> /var/folders/mc/.../T/.io.kactus.KactusClient..../SS
SingletonCookie -> 4617403899741648914
SingletonLock -> simonschmids-macbook.local-...
databases
window-state.json
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Troubleshooting authorization request errors - GitHub Docs
When obtaining an OAuth token for a user, some errors may occur during the initial authorization request phase.
Read more >Authorizing OAuth Apps - GitHub Docs
For users who have authorized scopes for the application, the user won't be shown the OAuth authorization page with the list of scopes....
Read more >Unable to authorize with my GitHub password (Unathorized ...
Until we fix this in hub, the solution is to generate a Personal Access Token (with at least repo scope) and paste it...
Read more >Github Oauth does not work · Issue #4748 · Kong/insomnia
Expected Behavior. When I authenticate with github, I am presented with a code in my web browser. After copy pasting that code into...
Read more >Authorizing OAuth Apps - GitHub Docs
You can connect your GitHub identity to third-party applications using OAuth. When authorizing an OAuth App, you should ensure you trust the application, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yep, just need to cut off a new release (I fixed the backend but didn’t release the frontend yet), will do it today hopefully
oops, should be
x-kactus-auth://oauth
. Will fix asap