Yes this. There’s the need to ensure you protect sensitive information. Which is where a plugin can come in handy as you can store API keys in a plugin’s settings.
2 Likes
This is actually possible (safely) but per @lindsay_knowcode’s point you can only do it once dual authentication has been achieved. We do this by issuing a user specific, time limited JWT to the client once proof of Bubble account ownership has been achieved, which we do on Bubble login.
This is indeed a bit of a rocky road, as you’re now keeping two identical sets of user in sync, and have to construct that login sequence which is finicky.
3 Likes