How to require an API token for authorization for external access to my app

I want to give access to my app to an external app. My assumption is that I would need to generate an API token and give it to the app for them to use in the authorization header. But on my side, how do I validate that authorization header before allowing their API request to go through?

Hi @manuelmaccou,

Your intuition is correct! Check out this documentation on the Bubble Manual for the specifics: Authentication - Bubble Docs