quarry icon indicating copy to clipboard operation
quarry copied to clipboard

[Feature Request]: Mojang Auth Isn't The Only Way To Log In

Open alexis-evelyn opened this issue 3 years ago • 6 comments

Mojang is replacing their own auth with Microsoft Auth. They are incentivizing players to switch via use of capes and will eventually make it where nobody can log in via Mojang auth. For me personally, all my accounts are already setup with Microsoft authentication, so I'm unable to use online mode with Quarry.

I would like to request support for Microsoft Authentication to be supported.

alexis-evelyn avatar Oct 15 '21 18:10 alexis-evelyn

If anyone has documentation on how the MS login works, we might be able to implement this. Since I only use the server aspect of this project, it's unlikely that I'll be able to help much here.

dries007 avatar Nov 20 '21 15:11 dries007

https://mojang-api-docs.netlify.app/authentication/msa.html there is certainly other documentations online

leopoldhub avatar Dec 06 '21 00:12 leopoldhub

I also read that starting March (10th iirc) one can only use microsoft accounts for minecraft.

folkertvanheusden avatar Feb 07 '22 19:02 folkertvanheusden

https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/altmanager/MicrosoftLoginManager.java

In Haked client Wurst is Microsoft Auth. Its in java but it work with Microsoft Account. mayby try to revrite to python?

koliwbr avatar Apr 06 '22 17:04 koliwbr

https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/altmanager/MicrosoftLoginManager.java

In Haked client Wurst is Microsoft Auth. Its in java but it work with Microsoft Account. mayby try to revrite to python?

Thanks for the info, I will definitely rewrite it in JavaScript

leopoldhub avatar Apr 07 '22 07:04 leopoldhub

https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/altmanager/MicrosoftLoginManager.java

In Haked client Wurst is Microsoft Auth. Its in java but it work with Microsoft Account. mayby try to revrite to python?

Thanks for the info, I will definitely rewrite it in JavaScript

I'm rewrited it in Python. Doing it by self, from scratch is harder than just rewrie Here is my rewrite PR#140.

koliwbr avatar Apr 07 '22 09:04 koliwbr

@leopoldhub You know that this library is a PYTHON library. It will not help by rewriting it in JAVASCRIPT

andriemc avatar Jan 10 '23 16:01 andriemc

@leopoldhub You know that this library is a PYTHON library. It will not help by rewriting it in JAVASCRIPT

@ANDREI12333 Well it will if someone needs to write a JAVASCRIPT and not a PYTHON app...

leopoldhub avatar Jan 17 '23 17:01 leopoldhub