Open allisonkong opened 4 weeks ago
Not via Bolt. The main issue is that the login flow redirects to localhost:80
so I'd have to bind to port 80, which on Linux generally requires root permissions. With CEF we can handle that with an internal redirect without having to bind to any ports.
There was a command-line project which apparently got external browser login working:
https://github.com/chowder/golt
but requires a bit of setup.
Basically the title. In
AuthService
we open the login window here:https://github.com/Adamcake/Bolt/blob/master/app/src/lib/Services/AuthService.ts#L51
but I'm curious if it would be possible to open this in the standard browser instead?
Two benefits to this: