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
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
The text was updated successfully, but these errors were encountered:
CharField
(to theUser
model) calledtoken
, update wrappers accordinglyrun_subscribe_command
to first check if we already have token for the user, and if found register webhook directly instead of prompting to connect accountThe text was updated successfully, but these errors were encountered: