-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft Login support? #232
Comments
You'll have to implement it yourself, I recommend reading https://wiki.vg/Microsoft_Authentication_Scheme |
Great question. I'm really wondering should I put anything to this repo about the Microsoft login, as the ideal process required developer to have an individual azure application. I can describe the general process here, and you can see the overall implementation here First you need to register an azure app:
Then you need to implement oauth in your launcher. I suggest you to use @azure/msal-node.
As you see, the process is complex and I'm not sure if this is a general way to implement this. Should I integrate this into the library? |
@ci010 yes |
Could use this library for context: dommilosz/minecraft-auth |
@olliedean @Pixelwarp see user module new instruction. It grabs part of the MS authentication. |
I might just be blind, but is there any way to log users in using the new Microsoft login system?
I didn't find anything in the docs about it.
The text was updated successfully, but these errors were encountered: