#20 Quick implementation of the https://api.minecraftservices.com/minecraft/profile endpoint [deploy dev]

This commit is contained in:
ErickSkrauch
2022-01-21 21:09:46 +01:00
parent 5b8be60867
commit 31febd5606
4 changed files with 123 additions and 1 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>',