jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Add Account button should initiate Twitter login process #20

Closed jamesgeer closed 2 years ago

jamesgeer commented 2 years ago

The account selection page has a button with the text "+ Add Account" to add a Twitter account for the user to control, as this component was refactored this button need to be linked to the new process.

To carry out this process the component "TwitterLogin" needs to be used, this component needs its own protected route, a user should only be able to access this page if logged in and maybe only if they press the add account button, or perhaps a modal opens and the user adds their Twitter account without needing to navigate away.