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/src
Adam Reisenauer 5e46996882
Add functions auth_with_link_code, get_ms_link_code, and 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-06-24 17:09:43 -05:00
..
auth.rs Add functions auth_with_link_code, get_ms_link_code, and get_ms_auth_token. (#88) 2023-06-24 17:09:43 -05:00
cache.rs Add functions auth_with_link_code, get_ms_link_code, and get_ms_auth_token. (#88) 2023-06-24 17:09:43 -05:00
certs.rs random fixes mostly related to auth and crypto 2023-05-27 01:57:31 -05:00
game_profile.rs Use an ECS (#52) 2023-02-04 19:32:27 -06:00
lib.rs Add functions auth_with_link_code, get_ms_link_code, and get_ms_auth_token. (#88) 2023-06-24 17:09:43 -05:00
sessionserver.rs Vec3::distance_to and clippy 2023-06-14 23:43:54 -05:00