UNLV-CS472-672 / 2024-S-GROUP3-Barbell

A workout-tracking app with a support website that does more than just track workouts. Cross platform in IOS and Android
4 stars 0 forks source link

Frontend #244

Closed BitsyBirb closed 6 months ago

BitsyBirb commented 6 months ago

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.