superfell / SoqlX

SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.
https://pocketsoap.com/osx/soqlx/
Other
269 stars 53 forks source link

Feature Request : Open In Browser (removed in v4.2) #140

Open dwiza3962 opened 2 years ago

dwiza3962 commented 2 years ago

Is your feature request related to a problem? Please describe. In previous versions of SOQL explorer, there was an open in web browser method I used quite a bit. It helped serve me when I just needed to get into the instance without the need for 2FA during login. This feature seems to be gone now with the new OATH login update. Is this easy to get back with the new authentication flow?

Describe the solution you'd like Open org in browser through application.

Describe alternatives you've considered SFDX CLI integration to open in web command. sfdx force:org:open -u '[soql explorer login user name]'

Additional context

superfell commented 2 years ago

If you just want a quick way to launch the Web UI, then checkout trapdoor, that's exactly what it does. https://superfell.com/osx/trapdoor/

dwiza3962 commented 2 years ago

Ah good to know I forgot I had that installed and it works for now - but I think it uses previous credentials stored with the security tokens. This will work for now I just have to change my process I got used to for several years.

superfell commented 2 years ago

The OAuth tokens are stored in a different kind of keychain entry, so they don't clash with the username/password entries.