问题标签 [django-oauth]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
6 浏览

django - Django - 使用 django-oauth-toolkit 向 oauth 客户端发送数据

我想在 OAuth 服务器数据库中有任何更新时更新我的​​ OAuth 客户端数据库,而不是调用来获取数据和更新数据库。

我试图通过 django-oauth-toolkit 找到一种方法,但找不到任何方法。有没有办法通过 django-oauth-toolkit 实现这一目标,或者我应该使用 webhook 来实现这一目标?