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, open the following link in your browser (expires at {{ $expiresAt ? \Carbon\Carbon::parse($expiresAt)->toDayDateTimeString() : 'in 24 hours' }}): {{ $authorizeUrl }} If you did not request this, ignore this email or contact support. Thanks, {{ config('app.name') }}