You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Sorry if this is the wrong place to write this, but I'm curious if JWT authentication is possible through sf_auth? It doesn't seem to be an option but maybe I'm missing something! I'd prefer not to store creds anywhere like you have to with OAuth but I'm also not an expert so open to suggestions!
Also, thanks so much for this package - it's a lifesaver!
The text was updated successfully, but these errors were encountered:
No, I don't think so. It looks like you can directly obtain an access token using the Salesforce CLI (see here). This looks like the same type of access token that is generated if you authenticate by providing a Username, Password, and Security Token to sf_auth().
Hello! Sorry if this is the wrong place to write this, but I'm curious if JWT authentication is possible through
sf_auth
? It doesn't seem to be an option but maybe I'm missing something! I'd prefer not to store creds anywhere like you have to with OAuth but I'm also not an expert so open to suggestions!Also, thanks so much for this package - it's a lifesaver!
The text was updated successfully, but these errors were encountered: