Skip to content

feat: update Spotify auth flow for new token handling#3

Open
iamGaven wants to merge 1 commit into
raid-teyar:masterfrom
iamGaven:SpotifyAuthUpdate
Open

feat: update Spotify auth flow for new token handling#3
iamGaven wants to merge 1 commit into
raid-teyar:masterfrom
iamGaven:SpotifyAuthUpdate

Conversation

@iamGaven
Copy link
Copy Markdown

  • Updated Spotify authentication to support new token handling mechanism
  • Added instructions and prompt for users to enter their credentials
  • Updated project dependencies

- Updated Spotify authentication to support new token handling mechanism
- Added instructions and prompt with clickable link for users to enter their credentials
- Updated project dependencies
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • SpotifySongDownloader/SpotifySongDownloader.csproj: Language not supported
  • SpotifySongDownloader/Views/SearchView.xaml: Language not supported
Comments suppressed due to low confidence (1)

SpotifySongDownloader/Services/SpotifyService.cs:271

  • The recursive call to getTracks in response to an unauthorized token may lead to an infinite recursion if the token remains invalid. Consider implementing a retry limit or guard to prevent potential stack overflow.
var trackList2 = await getTracks(playlistID);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants