Skip to content

README.md: Replace localhost with 127.0.0.1 in redirect URI examples #44

Description

@shayaShav

Hey!
The README currently shows redirect URI examples using "localhost", but Spotify's API requires explicit loopback addresses (IPv4 or IPv6) for OAuth callbacks and will reject "localhost" as a redirect URI, causing authentication failures. All instances of "localhost" in redirect URI examples should be replaced with "127.0.0.1".

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