Provide a concise summary of the issue, highlighting the core aspect that needs attention or resolution.
Elaborate on the issue, including what prompted it, its impact, and any relevant details
that will aid in understanding the scope and urgency of the problem.
Adding login/logout buttons for Spotify on the User Settings page (personal profile).
Include any links, documents, or resources that could provide further context or information relevant to the issue.
Outline the specific objectives and requirements needed to finish the issue. Clearly state what success looks like for this issue.
[ ] Adding logout/login buttons to user page
[ ] Make sure only one is active at any given moment
[ ] Make sure it's functional and access token is generated (has to be done with update button early on so uh not sure)
[ ]
(Optional)
If you have potential solutions or approaches in mind, please outline them here. This section is optional and can include any preliminary ideas or alternative strategies.
The only caveat would be that of making sure that the auth token is generated when the user logs in, otherwise we might actually have issues with prolonged tokens. Easy fix; just add something to success state of login to invoke tokensInit() from the spotifyTokens file.
Description
Provide a concise summary of the issue, highlighting the core aspect that needs attention or resolution. Elaborate on the issue, including what prompted it, its impact, and any relevant details that will aid in understanding the scope and urgency of the problem.
Adding login/logout buttons for Spotify on the User Settings page (personal profile).
Include any links, documents, or resources that could provide further context or information relevant to the issue.
Requirements
Outline the specific objectives and requirements needed to finish the issue. Clearly state what success looks like for this issue.
(Optional)
If you have potential solutions or approaches in mind, please outline them here. This section is optional and can include any preliminary ideas or alternative strategies.
The only caveat would be that of making sure that the auth token is generated when the user logs in, otherwise we might actually have issues with prolonged tokens. Easy fix; just add something to success state of login to invoke tokensInit() from the spotifyTokens file.