chore(auth): consume ZB.MOM.WW.Auth 0.1.4 — gain API-key expiry enforcement (archreview G-2)
Bump all four ZB.MOM.WW.Auth.* package refs 0.1.2 -> 0.1.4. The shared ApiKeyVerifier now rejects any key whose ExpiresUtc is in the past; existing keys have NULL expiry (never expire), so nothing breaks, and the auth SQLite DB auto-migrates to schema v3 (nullable expires_utc column) on first boot. Implement the two IApiKeyAdminStore members added in 0.1.3 (SetScopesAsync/SetEnabledAsync) on the test FakeApiKeyAdminStore. Build green; no new test failures (the macOS worker-pipe IPC failures are pre-existing/environmental, identical to the pre-bump baseline).
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@
|
||||
(IntegrationTests-028).
|
||||
-->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ZB.MOM.WW.Auth.Abstractions" Version="0.1.2" />
|
||||
<PackageReference Include="ZB.MOM.WW.Auth.Ldap" Version="0.1.2" />
|
||||
<PackageReference Include="ZB.MOM.WW.Auth.Abstractions" Version="0.1.4" />
|
||||
<PackageReference Include="ZB.MOM.WW.Auth.Ldap" Version="0.1.4" />
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.7" />
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.7" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user