BeamMP / BeamMP-Launcher

Official BeamMP Launcher
https://beammp.com
34 stars 42 forks source link

Support new BeamMP ID from Auth #104

Closed lionkor closed 3 months ago

lionkor commented 3 months ago
{
    success: true,
    message: ...,         
    private_key: ...,     
    public_key: ...,
    username: ...,
    role: ...,
    id: ...
}

Parse the id from the userlogin backend response and send it to the game! :^)