← Devices

{{ $device->name }}

{{ $connectionHint }}

@if ($plainToken)

Device token (copy now — shown once)

{{ $plainToken }}

Send as X-Care-Device-Token or Authorization: Bearer … from the Care Device Agent.

@elseif ($device->hasToken())

A device token is active (hash stored). Regenerate to rotate; the previous token stops working immediately.

@endif
@csrf @method('PUT')
Cancel
@csrf
@if ($device->hasToken())
@csrf @method('DELETE')
@endif
@csrf @method('DELETE')