lucaspoffo / renet

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

Improve auth API #116

Closed UkoeHB closed 1 year ago

UkoeHB commented 1 year ago

Problem

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

Solution

lucaspoffo commented 1 year ago

Thanks!