1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
azalea/azalea-auth
EightFactorial 9ee5e71bb1
Server functions and proxy example (#59)
* A couple useful things for servers

* Add proxy example

* Use Uuid's serde feature

* Add const options to proxy example

* Example crates go in dev-dependencies

* Warn instead of error

* Log address on login

* Requested changes

* add a test for deserializing game profile + random small changes

Co-authored-by: mat <github@matdoes.dev>
2023-01-21 22:14:23 -06:00
..
examples Pathfinder (#25) 2022-11-12 23:54:05 -06:00
src Server functions and proxy example (#59) 2023-01-21 22:14:23 -06:00
Cargo.toml Server functions and proxy example (#59) 2023-01-21 22:14:23 -06:00
README.md Pathfinder (#25) 2022-11-12 23:54:05 -06:00

Azalea Auth

A port of Mojang's Authlib and launcher authentication.

Thanks to wiki.vg contributors, Overhash, and prismarine-auth contributors.