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

fixed Spotify's deprecation of http and localhost #1187

Merged
merged 4 commits into from
Feb 19, 2025

Conversation

sandrzejewskipl
Copy link
Contributor

  • Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs

fixes #1186

@stephanebruckert
Copy link
Member

Hey, just saw that, thanks for doing the changes!

For the tests to pass I might have to update the redirect URI in the Spotify API app. I will check and let you know

@stephanebruckert
Copy link
Member

I added http://127.0.0.1:8080, but doesn't look like it helps
I then removed http://localhost:8080, also tried to re-generate the app credentials, same thing.
Currently both URIs are set

@stephanebruckert
Copy link
Member

stephanebruckert commented Feb 19, 2025

Oh got it, because you are a first-time contributor you don't have access to GHA secrets https://github.com/spotipy-dev/spotipy/actions/runs/13355321896/job/37440513555#step:5:5
Just adding a comment then we can merge!

spotipy/oauth2.py Outdated Show resolved Hide resolved
@stephanebruckert stephanebruckert merged commit 668158f into spotipy-dev:master Feb 19, 2025
7 of 12 checks passed
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.

Spotify is increasing the security requirements - redirect uri
2 participants