Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a More Secure OAuth Flow #2

Open
MatthewKosloski opened this issue Jun 18, 2019 · 0 comments
Open

Use a More Secure OAuth Flow #2

MatthewKosloski opened this issue Jun 18, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@MatthewKosloski
Copy link
Owner

Currently, we are using the Username Password OAuth Flow to connect to Salesforce's REST API.

According to Salesforce,

This method of authentication should only be used in development environments and not for production code. This OAuth authentication flow passes the user’s credentials back and forth. Use this authentication flow only when necessary. No refresh token is issued.

We can potentially use the Device Authentication Flow, which is designed to be used for application with limited input and display capabilities, such as command-line applications.

@MatthewKosloski MatthewKosloski added the enhancement New feature or request label Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant