polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Coverage, change register/login #447

Closed bitfl0wer closed 9 months ago

bitfl0wer commented 9 months ago

Register and login, for some reason, required ownership of the Instance object. This was not necessary and has been changed in this PR. The PR also includes some extra tests, like logging in, logging in with a token, etc.