Auth Me

Auth Me

6M Downloads

AuthMe is not compatible with Microsoft Accounts

EricKilla opened this issue · 11 comments

commented

I am not able to use AuthMe to log into a Microsoft account. New accounts are currently being forced to use Microsoft accounts. AuthMe does still work with my Mojang accounts.

commented

MultiMC also has it
Migration has also started, so it is even more important

commented

Might be useful:

Example code from MiniLauncher (not sure if it is 100% functional). Protocol documentation on wiki.vg

commented

GDLauncher has it. So, what you have to do is launch a "login to Microsoft" popup which sucks, but it would allow you to save passwords to be used in that form if use similar encryption to the opensource chromium one.

commented

I think you have to have them write in their info and maybe a config setting to change it to Microsoft account &/or have a button to toggle from Mojang to Microsoft login. Once they place in the login credentials you then tunnel process it through to Microsoft Minecraft login and get the session Id like you normally do using it. So you have to launch some custom https code.

commented

i would also like this feature, invalid session is really annoying

commented

I appreciate your interest in this. I finally got my invite to migrate my account - so I'll try to pick this up soon!

My focus had been on my latest project Minecord which is nearing a release very soon.

commented

I am working on this issue, and am aiming to have something ready for 1.18!

Sneak-peak:

image

commented
commented

Fixed cb72cdb released in v2.0.0-beta.1

commented

🎉 This issue has been resolved in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

commented

Thanks for the heads up! I'll try find some time to look into this soon.

I am also happy if anyone would like to contribute a PR 😊