quarry
quarry copied to clipboard
[Feature Request]: Mojang Auth Isn't The Only Way To Log In
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.
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.
https://mojang-api-docs.netlify.app/authentication/msa.html there is certainly other documentations online
I also read that starting March (10th iirc) one can only use microsoft accounts for minecraft.
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?
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
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.
@leopoldhub You know that this library is a PYTHON library. It will not help by rewriting it in JAVASCRIPT
@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...