heroku / heroku-connect-plugin

CLI plugin for Heroku Connect (experimental)
Apache License 2.0
23 stars 8 forks source link

Remove connect:preauth as the flow no longer needs it #26

Closed gulopine closed 8 years ago

gulopine commented 8 years ago

Connects to heroku/herokuconnect#2612

sibson commented 8 years ago

:+1:, Does flow no longer needs it mean we're dropping support for preauth or there is a better alternative?

gulopine commented 8 years ago

My intention here is that the CLI flow doesn't need preauth. It's just as easy to authorize Salesforce after the connection exists (I'd actually argue it's easier because you don't need to keep track of the preauth token). The only time I see preauth being useful is when scripting a bunch of connection provisions against a single org, and I don't feel like that's a good use case for the CLI.

sibson commented 8 years ago

:+1: