mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Get access token via login5 (#1344)
* core: Obtain spclient access token using login5 instead of keymaster (Fixes #1179) * core: move solving hashcash into util * login5: add login for mobile --------- Co-authored-by: Nick Steel <nick@nsteel.co.uk>
This commit is contained in:
parent
d8e84238ab
commit
4580dab73f
9 changed files with 362 additions and 55 deletions
|
@ -22,6 +22,7 @@ pub mod diffie_hellman;
|
|||
pub mod error;
|
||||
pub mod file_id;
|
||||
pub mod http_client;
|
||||
pub mod login5;
|
||||
pub mod mercury;
|
||||
pub mod packet;
|
||||
mod proxytunnel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue