Salesforce provides many different OAuth flows to meet specific security and integration needs. Currently only password flow is implemented. So it would be good to have Web Server OAuth flow implementation, which works with grant_type=authorization_code and access token.
This flow is great when you want the end-user to enter their credentials to authorize the integration and you don’t want to store the credentials on your system since it could be a security risk.
Salesforce provides many different OAuth flows to meet specific security and integration needs. Currently only password flow is implemented. So it would be good to have Web Server OAuth flow implementation, which works with grant_type=authorization_code and access token.
This flow is great when you want the end-user to enter their credentials to authorize the integration and you don’t want to store the credentials on your system since it could be a security risk.