api.mojang.com/user returns UnauthorizedOperationException: User not authenticated
The endpoint http://api.mojang.com/user is broken?
Even when using the header "Authorization: Bearer <token>" the api responds with
Discussion on wiki.vg about this: http://wiki.vg/Talk:Mojang_API#What_does_this_exception_mean.3F
This endpoint used to return information about the user such as registeredip string, registereddate epoch, username string, secured boolean, and other helpful information.
You can see that this endpoint has since then been removed on wiki.vg: http://wiki.vg/index.php?title=Mojang_API&diff=13463&oldid=13450
Have the headers changed? Has this endpoint been moved? Is this working as intended? And if it is working as intended, is there another way to access this information?
Created Issue:
api.mojang.com/user returns UnauthorizedOperationException: User not authenticated
The endpoint http://api.mojang.com/user is broken?
{"error":"UnauthorizedOperationException","errorMessage":"User not authenticated"}
Even when using the header "Authorization: Bearer <token>" the api responds withDiscussion on wiki.vg about this: http://wiki.vg/Talk:Mojang_API#What_does_this_exception_mean.3F
This endpoint used to return information about the user such as registeredip string, registeredat epoch, username string, secured boolean, and other helpful information.
You can see that this endpoint has since then been removed on wiki.vg: http://wiki.vg/index.php?title=Mojang_API&diff=13463&oldid=13450
Have the headers changed? Has this endpoint been moved? Is this working as intended? And if it is working as intended, is there another way to access this information?
The endpoint http://api.mojang.com/user is broken?
{"error":"UnauthorizedOperationException","errorMessage":"User not authenticated"}
Even when using the header "Authorization: Bearer <token>" the api responds withDiscussion on wiki.vg about this: http://wiki.vg/Talk:Mojang_API#What_does_this_exception_mean.3F
This endpoint used to return information about the user such as registeredip string, registereddate epoch, username string, secured boolean, and other helpful information.
You can see that this endpoint has since then been removed on wiki.vg: http://wiki.vg/index.php?title=Mojang_API&diff=13463&oldid=13450
Have the headers changed? Has this endpoint been moved? Is this working as intended? And if it is working as intended, is there another way to access this information?
Could someone close this? My guess is this isn't a bug – it is a feature.