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
Goal: Implement an API endpoint to facilitate Salesforce oAuth connection.
The api should store the salesforce tokens(secrets) in database in a secure manner. Use KMS for encryption.
It should also set the user login cookie on success.
Tasks:
Define Database schema
Use KMS
Implement Post api
Set secure user login cookie
Handle Error Cases like invalid code, server errors etc
Write tests for the new endpoint.
The text was updated successfully, but these errors were encountered:
Goal: Implement an API endpoint to facilitate Salesforce oAuth connection.
The api should store the salesforce tokens(secrets) in database in a secure manner. Use KMS for encryption.
It should also set the user login cookie on success.
Tasks:
The text was updated successfully, but these errors were encountered: