API KEY dynamic

Hey guys. How are you?

I have an application that requires a unique API key for that user for each API call.

Is there any way to customize the API KEY within Bubble’s API CONNECTOR for each user?

Thanks :slight_smile: )

Don’t use Bubble auth section and instead, add the auth in each call directly (uncheck private checkbox). Don’t forget to set privacy rules to protect the key saved in your DB.

4 Likes

Thanks, it’s work :smiley:

1 Like

Awesome! Just had this question. Glad I’m not the only one :slight_smile:

1 Like