-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User/pass auth flow now unsupported (Spotify API change) #515
Comments
Is there a known alternative auth method? |
@jacksongoode regarding your comment in #1309, I am curious, given you've re-implemented much of librespot already here, why not do that for the oauth stuff too? There's not that much to it (even less if you take a simpler approach to the actual oauth bit and omit the superfluous |
Working on a PR to implement the login5 method. |
If you just want to fix this particular problem and get login working again, you don't need login5. You only really need to some oauth gubbins stuff to get an access token, then login with it using I mixed Login5 support into my PR because we previously had problems obtaining additional tokens (via tokenmaster) with a |
Thank you @jacksongoode |
Describe the bug
librespot-org/librespot#1308
Spotify just recently made this change within the last couple days. It breaks all 3rd party apps with this login method. This likely means we'll need to rework the authentication flow since we can't use username and passwords. This will need to be addressed immediately.
To Reproduce
Clear cache & sign in.
The text was updated successfully, but these errors were encountered: