If I expose an end-point that has a sign the user up
it returns the token and ID number.
Can I use that to log user in? How can I do that? Do I just use that token as the “Authorization: Bearer [token]” for every ensuing call?
What if I would like to take the Bubble app itself and consume that same API? Not advisable? My goal is to keep 1 workflow for both the Bubble app and any 3rd party apps.