huace-aigc-auth-client 1.1.17__py3-none-any.whl → 1.1.18__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,4 +168,4 @@ __all__ = [
168
168
  # Logger 设置
169
169
  "setLogger",
170
170
  ]
171
- __version__ = "1.1.17"
171
+ __version__ = "1.1.18"
@@ -246,7 +246,7 @@ class LegacySystemAdapter(ABC):
246
246
  else:
247
247
  auth_data["password"] = password
248
248
 
249
- result = await self.auth_client.sync_user_to_auth(auth_data)
249
+ result = self.auth_client.sync_user_to_auth(auth_data)
250
250
  logger.info(f"Sync result for user {legacy_user.get('username')}: {result}")
251
251
 
252
252
  return result
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: huace-aigc-auth-client
3
- Version: 1.1.17
3
+ Version: 1.1.18
4
4
  Summary: 华策AIGC Auth Client - 提供 Token 验证、用户信息获取、权限检查、旧系统接入等功能
5
5
  Author-email: Huace <support@huace.com>
6
6
  License: MIT
@@ -0,0 +1,10 @@
1
+ huace_aigc_auth_client/__init__.py,sha256=HBQTjrm7GHuwNFZkY6rlTlKNu07pqlK6rv7y2piR45E,4540
2
+ huace_aigc_auth_client/legacy_adapter.py,sha256=TVCBAKejE2z2HQFsEwDW8LMiaIkXNfz3Mxv6_E-UJFY,24102
3
+ huace_aigc_auth_client/sdk.py,sha256=OCZkA8IG81VJsYqgvirZqcDltJqdivahbDzpbcPul8E,23179
4
+ huace_aigc_auth_client/webhook.py,sha256=XQZYEbMoqIdqZWCGSTcedeDKJpDbUVSq5g08g-6Qucg,4124
5
+ huace_aigc_auth_client/webhook_flask.py,sha256=Iosu4dBtRhQZM_ytn-bn82MpVsyOiV28FBnt7Tfh31U,7225
6
+ huace_aigc_auth_client-1.1.18.dist-info/licenses/LICENSE,sha256=z7dgC7KljhBLNvKjN15391nMj3aLt0gbud8-Yf1F8EQ,1063
7
+ huace_aigc_auth_client-1.1.18.dist-info/METADATA,sha256=skjOnRd2CQolRj42uuvfMM3QmR27PqdETnZd_WDoIIQ,22814
8
+ huace_aigc_auth_client-1.1.18.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
9
+ huace_aigc_auth_client-1.1.18.dist-info/top_level.txt,sha256=kbv0nQ6PQ0JVneWPH7O2AbtlJnP7AjvFJ6JjM6ZEBxo,23
10
+ huace_aigc_auth_client-1.1.18.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- huace_aigc_auth_client/__init__.py,sha256=pyfBM-eZFHAUMSw8VfrxkeJfFlw5Qw9NKhUm9MZg3x4,4540
2
- huace_aigc_auth_client/legacy_adapter.py,sha256=Zgti8lxR2kKeTSFfj66YfiY_TQtJL1B4pkXatG2g0sg,24108
3
- huace_aigc_auth_client/sdk.py,sha256=OCZkA8IG81VJsYqgvirZqcDltJqdivahbDzpbcPul8E,23179
4
- huace_aigc_auth_client/webhook.py,sha256=XQZYEbMoqIdqZWCGSTcedeDKJpDbUVSq5g08g-6Qucg,4124
5
- huace_aigc_auth_client/webhook_flask.py,sha256=Iosu4dBtRhQZM_ytn-bn82MpVsyOiV28FBnt7Tfh31U,7225
6
- huace_aigc_auth_client-1.1.17.dist-info/licenses/LICENSE,sha256=z7dgC7KljhBLNvKjN15391nMj3aLt0gbud8-Yf1F8EQ,1063
7
- huace_aigc_auth_client-1.1.17.dist-info/METADATA,sha256=pZ-NjOql_bEz5t_yFgtDmLG55pBUy3pVnIm0J7HTy08,22814
8
- huace_aigc_auth_client-1.1.17.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
9
- huace_aigc_auth_client-1.1.17.dist-info/top_level.txt,sha256=kbv0nQ6PQ0JVneWPH7O2AbtlJnP7AjvFJ6JjM6ZEBxo,23
10
- huace_aigc_auth_client-1.1.17.dist-info/RECORD,,