Open
Description
- Add a
CharField
(to theUser
model) calledtoken
, 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
Metadata
Assignees
Projects
Status
In Progress