Implement OAuth2 login flow
The old user/password flow is deprecated and broken Fixes #1500
This commit is contained in:
@@ -14,7 +14,6 @@ use crate::model::playable::Playable;
|
||||
use crate::queue;
|
||||
use crate::serialization::{Serializer, CBOR, TOML};
|
||||
|
||||
pub const CLIENT_ID: &str = "d420a117a32841c2b3474932e49fb54b";
|
||||
pub const CACHE_VERSION: u16 = 1;
|
||||
pub const DEFAULT_COMMAND_KEY: char = ':';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user