Add clinical device registry, browser wedge scan, and local agent API.
Deploy Ladill Care / deploy (push) Successful in 1m39s
Deploy Ladill Care / deploy (push) Successful in 1m39s
Branch-scoped Care devices with hashed agent tokens, patient barcode lookup/labels, and provenance-aware vitals from a minimal device agent (Pro for agent hardware; wedge free). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,6 +33,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
'care.setup' => \App\Http\Middleware\EnsureOrganizationSetup::class,
|
||||
'care.ability' => \App\Http\Middleware\EnsureCareAbility::class,
|
||||
'care.paid' => \App\Http\Middleware\EnsurePaidPlan::class,
|
||||
'care.device' => \App\Http\Middleware\AuthenticateCareDevice::class,
|
||||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
|
||||
Reference in New Issue
Block a user