1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
Commit graph

9 commits

Author SHA1 Message Date
2539f948c7 have docs for all crates 2023-01-30 22:05:18 +00:00
mat
8d0cad7784 Remove let chains 2022-10-20 22:16:34 -05:00
mat
4cef62e8e4
Microsoft Authentication (#29)
* 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-10-16 22:54:54 -05:00
mat
80d49a7607 azalea_auth::encryption -> azalea_crypto 2022-04-30 21:30:45 -05:00
mat
9c69d7d5f2 finish update recipes packet implementation 2022-04-26 19:38:07 -05:00
mat
3e507f0db4 Merge branch 'main' into auth 2022-04-24 17:37:57 -05:00
mat
248f752748 simplify error handling 2022-04-22 04:33:58 +00:00
mat
9f576c5600 start work on encryption 2022-01-01 18:59:38 -06:00
mat
227ba5511d add a few more login packets 2021-12-16 17:51:05 -06:00