devhub icon indicating copy to clipboard operation
devhub copied to clipboard

[Linux] Use the system's browser to log into GitHub

Open probonopd opened this issue 5 years ago • 2 comments

Please use the system's browser to log into GitHub.

If an application like this one is asking for credentials, the user has no way of knowing what actually happens with them.

Here is an example of an application (distributed in AppImage format) that uses the system's browser to log into GitHub:

https://github.com/helio-fm/helio-workstation

AppImage: https://ci.helio.fm/helio-dev-64-bit.AppImage

probonopd avatar Jan 12 '19 09:01 probonopd

Hi! Yes, this is important. Currently DevHub does this on all platforms except Linux.

I had issues when I tried (#79). This is because devhub:// app scheme didn't work.

Please send a pull request if you know the fix.

brunolemos avatar Jan 12 '19 16:01 brunolemos

The fix for https://github.com/electron-userland/electron-builder/issues/4035 has been merged ( https://github.com/electron-userland/electron-builder/pull/4909). Any update on this issue?

AndreTheHunter avatar Feb 01 '22 23:02 AndreTheHunter