aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/src/lib.rs
AgeCommit message (Collapse)Author
7 dayssupport yggdrasil authenticationLizzy Fleckenstein
2025-12-09move offline-mode uuid generation to azalea-cryptomat
2025-11-30Add `online-mode` Cargo feature (#281)mat
* Add `online-mode` cargo feature * fix bad formatting in Cargo.toml
2025-04-04remove executable bit from filesmat
2023-12-03make it so plugins can send and receive packets during the login statemat
2023-06-24Add functions `auth_with_link_code`, `get_ms_link_code`, and ↵Adam Reisenauer
`get_ms_auth_token`. (#88) * Add option for grabbing authentication code for Microsoft seperately. Created two new functions, one that outputs the DeviceCodeResponse and one that uses this response to authenticate an actual account. * Added documentation and cleaned up function names. Still wondering about code repeition * reduce code duplication, more docs, cleanup * clippy --------- Co-authored-by: mat <git@matdoes.dev>
2023-05-26add stuff related to chat signingmat
and also some stuff related to digging because i forgot to do a different branch lol
2023-01-30have docs for all cratesUbuntu
2022-10-20Remove let chainsmat
2022-10-16Microsoft Authentication (#29)mat
* a * try to do more work on auth signing (untested) * well auth works when i remove the d= so * auth stuff * sessionserver stuff * add auth in azalea-protocol/client * caching* refreshing microsoft auth tokens isn't implemented yet, also i haven't tested it * how did i not notice that i had the code duplicated * fix cache * add refreshing msa token * replace some printlns with log::trace * auth works! * Update main.rs * fix clippy warnings
2022-04-30azalea_auth::encryption -> azalea_cryptomat
2022-04-26finish update recipes packet implementationmat
2022-04-24Merge branch 'main' into authmat
2022-04-22simplify error handlingmat
2022-01-01start work on encryptionmat
2021-12-16add a few more login packetsmat