Hi {{ $user->name ?? $user->email }},

We received a request from {{ $pluginDomain ?? 'an external plugin' }} (IP: {{ $pluginIp ?? 'unknown' }}) to connect to your account on {{ parse_url(config('app.url'), PHP_URL_HOST) }}.

To authorize this plugin to request a JWT for your account, click the button below. This link expires at {{ $expiresAt ? \Carbon\Carbon::parse($expiresAt)->toDayDateTimeString() : 'in 24 hours' }}.

Authorize plugin

If you did not request this, you can ignore this email or contact support.

Thanks,
{{ config('app.name') }}