barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
527 stars 75 forks source link

Trying to use the proxy for online mode #149

Closed Sunderw3k closed 2 years ago

Sunderw3k commented 2 years ago

ive seen a bit of source code and I think i need to use quarry.net.auth Profile() class - it requires the client token, access token, username and UUID. Im confused about the client and access - i think that the client token is used to make an access token and the access token is used for auth to servers. Eitherway, how can I get them all - and is there a simpler way

Jerrylum commented 2 years ago

I hope #135 can help you.

https://github.com/barneygale/quarry/issues/135#issuecomment-1088143509

Also read: https://wiki.vg/Authentication

Sunderw3k commented 2 years ago

so does the comment fix everything for me? Ill try it - thanks

Sunderw3k commented 2 years ago

oops crap forgot to close the issue. mb