Open
Description
Spotify blog post: https://developer.spotify.com/blog/2025-02-12-increasing-the-security-requirements-for-integrating-with-spotify
If you received the email about the new Spotify security requirements, rest assured this project will continue on! In short, to support the new security requirements you must change the redirect_uri
for your project from using localhost to 127.0.0.1.
Steps
- Go to your Spotify dashboard
- Click your project and go to Settings (top right)
- Scroll to the bottom and tap edit
- Add a new redirect uri for
http://127.0.0.1:8080/callback
- Remove the old redirect uri using localhost
- Scroll to the bottom and save
- Lastly, modify your
config.ini
to usehttp://127.0.0.1:8080/callback
too
That should be it, though I won't know for sure until rules are enforced. The readme has been updated as well.
Metadata
Metadata
Assignees
Labels
No labels