lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
620 stars 65 forks source link

Improve auth API #116

Closed UkoeHB closed 9 months ago

UkoeHB commented 9 months ago

Problem

ClientAuthentication cannot be copied or cloned, which makes reconnecting a challenge. ConnectToken internals are not public (see issue #112).

Solution

lucaspoffo commented 9 months ago

Thanks!