feat(secure server): start working on secure server
This commit is contained in:
parent
28004f7b4d
commit
b097c298e7
3 changed files with 155 additions and 28 deletions
|
|
@ -15,6 +15,8 @@ use crate::rmc::structures::connection_data::ConnectionData;
|
|||
use crate::rmc::structures::qresult::QResult;
|
||||
|
||||
pub async fn login_ex(rmcmessage: &RMCMessage, proto_data: AuthProtocolConfig, pid: u32) -> RMCResponseResult{
|
||||
return rmcmessage.error_result_with_code(ErrorCode::Authentication_OutOfService);
|
||||
|
||||
// todo: figure out how the AuthenticationInfo struct works, parse it and validate login info
|
||||
|
||||
let Ok(mut client) = account::Client::new().await else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue