Arunscape
AAdmincraft
•Created by Arunscape on 8/25/2023 in #questions
associating a user with a minecraft uuid using oauth
I'm working on a webapp that is associated with a minecraft server that I run
I've followed this guide: https://wiki.vg/Microsoft_Authentication_Scheme
and I have gotten this flow working:
sign in with microsoft button-> xbox live -> minecraft token
I know I can use the minecraft token to get the UUID from https://api.minecraftservices.com/minecraft/profile
but I'm left wondering after doing all this if there is a better way. All I care about is allowing a user to login to the webapp, interacting with it, and being able to do similar interactions from a spigot plugin. The user would effectively somehow log in to the webapp or spigot plugin, and then have some inventory items moved from their inventory to the webapp or from the webvapp to their inventory
2 replies