{{-- brafa Systems — Parka token management. Livewire backing: App\Http\Livewire\SuperAdmin\ParkaTokenManagement. Bindings preserved: wire:submit.prevent="createToken", wire:model.defer name/lock_id/expires_at, wire:change="updateLock", wire:click toggleActive/ rotateToken/revokeToken, $successMessage/$errorMessage/$newlyCreatedRawToken/ $newlyCreatedTokenName, $availableLocks, $tokens. --}}
Create and manage one-time-secret Parka webhook tokens mapped to Sciener locks.
@if ($newlyCreatedRawToken) @endif| Name | Lock | Status | Expires | Last used | Actions |
|---|---|---|---|---|---|
{{ $token->name }} |
@if ($token->is_active) Active @else Inactive @endif | {{ optional($token->expires_at)->format('Y-m-d H:i') ?? 'Never' }} | {{ optional($token->last_used_at)->diffForHumans() ?? 'Never' }} |
|
|
| No Parka tokens created yet. | |||||