Implement OAuth2 login flow

The old user/password flow is deprecated and broken

Fixes #1500
This commit is contained in:
Henrik Friedrichsen
2024-09-19 18:02:14 +02:00
parent ace23462f7
commit 8b83837a01
5 changed files with 46 additions and 116 deletions

1
Cargo.lock generated
View File

@@ -2465,6 +2465,7 @@ dependencies = [
"ioctl-rs",
"libc",
"librespot-core",
"librespot-oauth",
"librespot-playback",
"librespot-protocol",
"log",