@extends('user.layouts.app') @section('title', 'تفعيل المصادقة الثنائية') @section('css') @endsection @section('content')

@svg('lucide-info', ['class' => 'me-2', 'width' => '20', 'height' => '20'])ما هي المصادقة الثنائية؟

المصادقة الثنائية تضيف طبقة حماية إضافية لحسابك من خلال طلب رمز تحقق من تطبيق Google Authenticator بالإضافة إلى كلمة المرور.

@svg('lucide-shield-check', ['width' => '24', 'height' => '24'])

مميزات المصادقة الثنائية

  • @svg('lucide-circle-check', ['class' => 'text-success', 'width' => '16', 'height' => '16']) حماية قوية ضد الاختراق
  • @svg('lucide-circle-check', ['class' => 'text-success', 'width' => '16', 'height' => '16']) رموز تحقق متجددة كل 30 ثانية
  • @svg('lucide-circle-check', ['class' => 'text-success', 'width' => '16', 'height' => '16']) لا تحتاج اتصال بالإنترنت
  • @svg('lucide-circle-check', ['class' => 'text-success', 'width' => '16', 'height' => '16']) متوافقة مع معايير الأمان العالمية
  • @svg('lucide-circle-check', ['class' => 'text-success', 'width' => '16', 'height' => '16']) سهولة الاستخدام
@svg('lucide-list-ordered', ['width' => '24', 'height' => '24'])

خطوات التفعيل

  • @svg('lucide-circle-1', ['width' => '16', 'height' => '16']) قم بتحميل تطبيق Google Authenticator على هاتفك
  • @svg('lucide-circle-2', ['width' => '16', 'height' => '16']) امسح رمز QR أدناه أو أدخل الرمز يدوياً
  • @svg('lucide-circle-3', ['width' => '16', 'height' => '16']) أدخل الرمز المكون من 6 أرقام للتحقق
@svg('lucide-qr-code', ['width' => '24', 'height' => '24'])

تفعيل المصادقة الثنائية

امسح رمز QR أو أدخل الرمز يدوياً في تطبيق Google Authenticator

@if (session('success')) @endif @if (session('error')) @endif
@svg('lucide-qr-code', ['width' => '20', 'height' => '20']){{ __('امسح رمز QR') }}
{!! $qrCode !!}

{{ __('أو أدخل هذا الرمز يدوياً:') }}

@svg('lucide-clipboard', ['width' => '16', 'height' => '16']) {{ $secretKey }}
@csrf
@error('one_time_password')
{{ $message }}
@enderror
@svg('lucide-x-circle', ['width' => '16', 'height' => '16']) {{ __('إلغاء') }}
@endsection