Changed
- Updated the documentation to give more details on the authorization process and reflect
2020 Spotify Application jargon and practices. - The local webserver is only started for localhost redirect_uri which specify a port,
i.e. it is started forhttp://localhost:8080
orhttp://127.0.0.1:8080
, not forhttp://localhost
.
Fixed
- Issue where using
http://localhost
as redirect_uri would cause the authorization process to hang.