mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-01-06 14:52:50 +00:00
f1bd67523d
When spotify redirects the browser to localhost, serve the page with a simple http server implemented by HTTPServer. By this way, we can obtain the tokens the oauth service want so provide us, and no need to input the user the redirect URL. This method only works when the application in spotify developer dashboard is configured to redirect the requests to localhost. (Added before being supported upstream: https://github.com/plamere/spotipy/pull/243) |
||
---|---|---|
.. | ||
__init__.py | ||
client.py | ||
oauth2.py | ||
util.py |