Multiple OAuth clients / Webhooks

Hello,
I have currently one OAuth client created in Patreon for my main product (Group Speed Dial). This is then used on my server to login:
https://group-speed-dial.fastaddons.com/login

Now I would like to create new server for one of my other products, let’s say:
https://auto-highlight.fastaddons.com/login

And let’s say for simplicity, I want to reuse my existing tiers (buying a common tear would activate PRO features in both products).

I would create new OAuth client, connect it to my new server and users would be able to connect their Patreon account to both of my servers, right?

But what about webhooks?
If I create new webhook for my new server, will both servers receive same notifications?

Both of those clients would act as different apps and any user who logins into one would separately need to login to the other. The apps wouldnt share users/login credentials.

If I create new webhook for my new server, will both servers receive same notifications?

Any webhook should receive the notifications for the triggers you added to that webhook.

1 Like