You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Add a CharField (to the User model) called token, update wrappers accordingly
Store OAuth token received during auth flow in this field
Modify run_subscribe_command to first check if we already have token for the user, and if found register webhook directly instead of prompting to connect account
CharField(to theUsermodel) calledtoken, update wrappers accordinglyrun_subscribe_commandto first check if we already have token for the user, and if found register webhook directly instead of prompting to connect account