<feed xmlns='http://www.w3.org/2005/Atom'>
<title>azalea-drasl.git/azalea-auth/examples, branch main</title>
<subtitle> Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
</subtitle>
<id>https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/'/>
<updated>2025-04-04T15:56:06+00:00</updated>
<entry>
<title>remove executable bit from files</title>
<updated>2025-04-04T15:56:06+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2025-04-04T15:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5272db8bb4653b0e77234ed9c4064dd647406dbb'/>
<id>urn:sha1:5272db8bb4653b0e77234ed9c4064dd647406dbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auth Customization Options (#159)</title>
<updated>2024-08-11T21:54:45+00:00</updated>
<author>
<name>Aditya Kumar</name>
<email>117935160+AS1100K@users.noreply.github.com</email>
</author>
<published>2024-08-11T21:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=13afc1d6a42d28f01087fb59ca868696be4a2635'/>
<id>urn:sha1:13afc1d6a42d28f01087fb59ca868696be4a2635</id>
<content type='text'>
* Added Support for Custom Auth using `client_id` and `scope`

* fix: `Account::microsoft` and added lifetime to `Account::microsoft_with_custom_client_id`

* Added function `with_microsoft_access_token_and_custom_client_id`

* Removed Custom Scope.

* I got carried away, and made scope also customizable, later realized no customization is needed.

* Better Documentation and Minor fixes

* Added Custom Scope

* Added RpsTicket format for custom `client_id`

* Moved to non-static str

* fix example

Co-authored-by: mat &lt;27899617+mat-1@users.noreply.github.com&gt;

* fix doc grammer

* changed function signature

* fmt

* fixed example

* removed dead code

* Removed `d=` insertion in `client_id`

* removed unnecessary `mut`

---------

Co-authored-by: mat &lt;27899617+mat-1@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add functions `auth_with_link_code`, `get_ms_link_code`, and `get_ms_auth_token`. (#88)</title>
<updated>2023-06-24T22:09:43+00:00</updated>
<author>
<name>Adam Reisenauer</name>
<email>58893124+Mythbusters123@users.noreply.github.com</email>
</author>
<published>2023-06-24T22:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=5e4699688207b8ac722ae7f96c49428242f49a9d'/>
<id>urn:sha1:5e4699688207b8ac722ae7f96c49428242f49a9d</id>
<content type='text'>
* 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 &lt;git@matdoes.dev&gt;</content>
</entry>
<entry>
<title>add stuff related to chat signing</title>
<updated>2023-05-26T20:18:04+00:00</updated>
<author>
<name>mat</name>
<email>git@matdoes.dev</email>
</author>
<published>2023-05-26T20:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=6188230009b49f96b755ade32a28b932e7810196'/>
<id>urn:sha1:6188230009b49f96b755ade32a28b932e7810196</id>
<content type='text'>
and also some stuff related to digging because i forgot to do a different branch lol
</content>
</entry>
<entry>
<title>Pathfinder (#25)</title>
<updated>2022-11-13T05:54:05+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-11-13T05:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc'/>
<id>urn:sha1:6eee543a3367d38a6f0e9bffb457a2bd76a8f9cc</id>
<content type='text'>
Pathfinding is very much not done, but it works enough and I want to get this merged.
TODO: fast replanning, goals that aren't a single node, falling moves (it should be able to play the dropper), parkour moves
</content>
</entry>
<entry>
<title>use variables directly in format strings</title>
<updated>2022-10-28T02:22:47+00:00</updated>
<author>
<name>mat</name>
<email>github@matdoes.dev</email>
</author>
<published>2022-10-28T02:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=9de6c03dfbaa08890b1ec8322a97b7097d4a9d37'/>
<id>urn:sha1:9de6c03dfbaa08890b1ec8322a97b7097d4a9d37</id>
<content type='text'>
thanks clippy we love you
</content>
</entry>
<entry>
<title>Microsoft Authentication (#29)</title>
<updated>2022-10-17T03:54:54+00:00</updated>
<author>
<name>mat</name>
<email>27899617+mat-1@users.noreply.github.com</email>
</author>
<published>2022-10-17T03:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/cli/azalea-drasl.git/commit/?id=4cef62e8e4aa04e44048eb67e5091c12a73d2a09'/>
<id>urn:sha1:4cef62e8e4aa04e44048eb67e5091c12a73d2a09</id>
<content type='text'>
* 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</content>
</entry>
</feed>
