Hi all,
I would like to build a user management app on bubble.
It’s supposed to work like this: Alice signs up with username and password using her browser. She adds her team mates Bob and Carol. Bob and Carol can now login and manage their profile including their password.
Now Alice, Bob and Carol should be able to log in to another app (not on bubble) using the login details in the app on bubble.
Therefore the other app has to make an API connection to bubble and either fetch the user credentials stored on bubble or ask the bubble app to authenticate the user provided input (username and password)
Is that possible?