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

Add option to login with only a token #427

Closed kozabrada123 closed 12 months ago

kozabrada123 commented 12 months ago

This pr adds a function that does the same as login_account, but is used with a token instead of a LoginSchema.

(Im open to better name / structure ideas)