'Django - Send data to oauth client using django-oauth-toolkit

I want to update my OAuth-client database whenever there is any update in the OAuth-server database instead of making a call to get data and update the database.

I tried to find a way to do that through django-oauth-toolkit, but couldn't find any. Is there a way to achieve that through django-oauth-toolkit or should I use webhooks to achieve that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source