Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store the OAuth token we've gotten from users and use those when the user asks to subscribe a second time #154

Open
3 tasks
Tracked by #153
BURG3R5 opened this issue Dec 23, 2022 · 1 comment
Assignees
Labels
enhancement Improvements in a feature

Comments

@BURG3R5
Copy link
Owner

BURG3R5 commented Dec 23, 2022

  • 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
@BURG3R5
Copy link
Owner Author

BURG3R5 commented Dec 23, 2022

This is to be done after the user mapping task.

@BURG3R5 BURG3R5 added the enhancement Improvements in a feature label Dec 23, 2022
@BURG3R5 BURG3R5 added this to Selene Dec 23, 2022
@BURG3R5 BURG3R5 moved this to Todo in Selene Dec 23, 2022
@BURG3R5 BURG3R5 moved this from Todo to In Progress in Selene Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements in a feature
Projects
Status: In Progress
Development

No branches or pull requests

2 participants