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
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', 'implementationName' => 'Account Ely.by adapter for the authlib-injector library',
'implementationVersion' => '1.0.0', 'implementationVersion' => '1.0.0',
'feature.no_mojang_namespace' => true, 'feature.no_mojang_namespace' => true,
'feature.enable_profile_key' => true,
'links' => [ 'links' => [
'homepage' => 'https://ely.by', 'homepage' => 'https://ely.by',
'register' => 'https://account.ely.by/register', 'register' => 'https://account.ely.by/register',

View File

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