API Tokens

Create New Token

Create New Token @if (session()->has('token'))
Please copy this token now. For your security, it won't be shown again.
{{ session('token') }}
@endif

Issued Tokens

@forelse ($tokens as $token)
{{ $token->name }}
Revoke token This API Token will be deleted and anything using it will fail.
Please think again.
@empty
No API tokens found.
@endforelse