Private Label Integration
Example study: Kiosque
For private label integration, user will see that they use Hungry Hub product.
As an example usually you see “powered by Xxxx” or there is another step to authorize the request.
This case mostly happens on the payment provider

In our integration case with Kiosque, there is a step for user to authorize Kiosque to read their data Private (https://app.clickup.com/9003122396/docs/8ca1fpw-17602/8ca1fpw-21502) From the owner page dashboard, select Integrate Kiosque the third party app has to send access_token to our server so we know who is the requester. The requester is a User resource, it could be User, Owner, Restaurant group, etc. We use Doorkeeper gem for this. We have an example client app too for anyone to test https://github.com/hungryhub-team/oauth2-client-dummy-app