feat(auth): 统一身份 - 增加可选IAM快捷登录并保留原业务权限

This commit is contained in:
2026-09-10 10:33:03 +08:00
parent 27fbef9321
commit aa0d22bbe2
518 changed files with 5919 additions and 13 deletions
+11 -2
View File
@@ -3,7 +3,7 @@
'name' => 'topthink/think',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4dc9ec1878f6cdd83cfdc9044b93828d46eda715',
'reference' => '27fbef9321c67f962e4d73f04a52272887c04f95',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -91,6 +91,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'firebase/php-jwt' => array(
'pretty_version' => 'v7.1.0',
'version' => '7.1.0.0',
'reference' => 'b374a5d1a4f1f67fadc2165cdb284645945e2fc0',
'type' => 'library',
'install_path' => __DIR__ . '/../firebase/php-jwt',
'aliases' => array(),
'dev_requirement' => false,
),
'guzzlehttp/command' => array(
'pretty_version' => '1.3.0',
'version' => '1.3.0.0',
@@ -643,7 +652,7 @@
'topthink/think' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '4dc9ec1878f6cdd83cfdc9044b93828d46eda715',
'reference' => '27fbef9321c67f962e4d73f04a52272887c04f95',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),