mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Refactor authentication to separate protocol and token generation.
This commit is contained in:
parent
25bd38fd13
commit
39af43728a
5 changed files with 262 additions and 243 deletions
|
@ -2,7 +2,7 @@
|
|||
mod audio_decrypt;
|
||||
mod audio_file;
|
||||
mod audio_key;
|
||||
mod authentication;
|
||||
pub mod authentication;
|
||||
mod connection;
|
||||
mod diffie_hellman;
|
||||
pub mod discovery;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue