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 )
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 )
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.
Thanks, it’s work
Awesome! Just had this question. Glad I’m not the only one