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
Sculas d4d4ba054f
refactor: remove println statements (#31)
This PR removes all println statements and logs them on trace level instead. Normally, libraries shouldn't print to stdout using println, since there's no control over them.
2022-10-17 13:18:25 -05:00
..
examples Microsoft Authentication (#29) 2022-10-16 22:54:54 -05:00
src refactor: remove println statements (#31) 2022-10-17 13:18:25 -05:00
Cargo.toml update az-auth description 2022-10-17 17:59:11 +00:00
README.md Microsoft Authentication (#29) 2022-10-16 22:54:54 -05:00

Azalea Auth

A port of Mojang's Authlib and launcher authentication.

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