mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #499] Support for Implicit Grant Flow #300
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @IdmFoundInHim on GitHub (May 26, 2020).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/499
For an app I am building, Implicit Grant Flow is the ideal authentication method. Using Spotipy would save me a lot of time, so I am willing to do some work to add support. Is there a particular reason that Spotipy skipped support for one authentication method? Also, if I add support in a fork, could I reasonably expect to get it merged here?
@stephanebruckert commented on GitHub (May 26, 2020):
perhaps you are looking for https://github.com/jmperez/spotify-web-api-js?
@IdmFoundInHim commented on GitHub (May 26, 2020):
I would like to stick to Python. I figured that that part was explaining only that no server-side code was needed, so I do not know of any reason that a Python client could not do it (with a browser, of course). Has it been attempted?
@stephanebruckert commented on GitHub (May 26, 2020):
Indeed now I see how that could be useful in the case of a serverless python client.
Definitely @IdmFoundInHim if you manage to implement this we would merge it!