Skip to content

Supporting Spotify's new security requirements #2

Open
@kylejohnsonkj

Description

@kylejohnsonkj

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

  1. Go to your Spotify dashboard
  2. Click your project and go to Settings (top right)
  3. Scroll to the bottom and tap edit
  4. Add a new redirect uri for http://127.0.0.1:8080/callback
  5. Remove the old redirect uri using localhost
  6. Scroll to the bottom and save
  7. Lastly, modify your config.ini to use http://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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions