Salesforce API Authentication

I’m creating a Bubble app that creates and updates an organization’s Salesforce data based on user engagement on the site.

The authentication method I’m currently using relies on my own Salesforce user’s credentials:
https://login.salesforce.com/services/oauth2/token?grant_type=password
&client_id=xxxxxx
&client_secret=yyyyyyyy
&username=emailaddress@email.com
&password=zzzzzzzz

Does anyone have enough experience with the Salesforce API to help me understand how to authenticate differently, in a way that doesn’t use my actual credentials?

This topic was automatically closed after 70 days. New replies are no longer allowed.