Add 'feature.enable_profile_key' to authlib-injector metadata so it uses our signing keys (#39)

This commit is contained in:
ErickSkrauch 2024-12-24 12:17:35 +01:00 committed by GitHub
commit 5a3e744b89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ final class AuthlibInjectorController extends BaseController {
'implementationName' => 'Account Ely.by adapter for the authlib-injector library',
'implementationVersion' => '1.0.0',
'feature.no_mojang_namespace' => true,
'feature.enable_profile_key' => true,
'links' => [
'homepage' => 'https://ely.by',
'register' => 'https://account.ely.by/register',

View File

@ -16,6 +16,7 @@ class IndexCest {
'implementationName' => 'Account Ely.by adapter for the authlib-injector library',
'implementationVersion' => '1.0.0',
'feature.no_mojang_namespace' => true,
'feature.enable_profile_key' => true,
'links' => [
'homepage' => 'https://ely.by',
'register' => 'https://account.ely.by/register',