Merge pull request #21 from elyby/iss_20_minecraftservices_profile

MinecraftServices Profile info API endpoint
This commit is contained in:
ErickSkrauch
2022-12-10 00:16:40 +01:00
committed by GitHub
8 changed files with 221 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ return [
'/mojang/profiles/<username>' => 'mojang/api/uuid-by-username',
'/mojang/profiles/<uuid>/names' => 'mojang/api/usernames-by-uuid',
'POST /mojang/profiles' => 'mojang/api/uuids-by-usernames',
'GET /mojang/services/minecraft/profile' => 'mojang/services/profile',
// authlib-injector
'/authlib-injector/authserver/<action>' => 'authserver/authentication/<action>',