Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Symfony 5 Security: Authenticators, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:07
    01. composer require security
  2. Урок 2. 00:05:58
    02. make:user
  3. Урок 3. 00:03:09
    03. Customizing the User Class
  4. Урок 4. 00:03:07
    04. Building a Login Form
  5. Урок 5. 00:06:39
    05. Firewalls & Authenticators
  6. Урок 6. 00:06:24
    06. Authenticator & The Passport
  7. Урок 7. 00:06:04
    07. Custom User Query & Credentials
  8. Урок 8. 00:06:33
    08. Authentication Success & Refreshing the User
  9. Урок 9. 00:07:20
    09. When Authentication Fails
  10. Урок 10. 00:07:33
    10. Customize Error Messages & Adding Logout
  11. Урок 11. 00:05:27
    11. Giving Users Passwords
  12. Урок 12. 00:04:22
    12. Hashing Plain Passwords & PasswordCredentials
  13. Урок 13. 00:06:40
    13. Security Listener System & Csrf Protection
  14. Урок 14. 00:07:08
    14. Remember Me System
  15. Урок 15. 00:06:29
    15. Always Remember Me & "signature_properties"
  16. Урок 16. 00:05:22
    16. Denying Access, access_control & Roles
  17. Урок 17. 00:06:46
    17. The Entry Point: Inviting Users to Log In
  18. Урок 18. 00:05:13
    18. AbstractLoginFormAuthenticator & Redirecting to Previous URL
  19. Урок 19. 00:05:42
    19. form_login: The Built-in Authenticator
  20. Урок 20. 00:03:25
    20. More form_login Config
  21. Урок 21. 00:04:58
    21. Denying Access in a Controller
  22. Урок 22. 00:04:28
    22. Dynamic Roles
  23. Урок 23. 00:09:18
    23. The Special IS_AUTHENTICATED_ Strings
  24. Урок 24. 00:06:39
    24. Fetching the User Object
  25. Урок 25. 00:07:21
    25. Custom User Methods & the User in a Service
  26. Урок 26. 00:05:38
    26. Role Hierarchy
  27. Урок 27. 00:05:28
    27. Impersonation: switch_user
  28. Урок 28. 00:05:38
    28. User API & the Serializer
  29. Урок 29. 00:04:10
    29. To use API Token Authentication or Not?
  30. Урок 30. 00:05:26
    30. Registration Form
  31. Урок 31. 00:06:13
    31. Manual Authentication
  32. Урок 32. 00:05:13
    32. Making Questions owned by Users
  33. Урок 33. 00:06:10
    33. Leveraging the Question Owner
  34. Урок 34. 00:06:28
    34. Voters
  35. Урок 35. 00:06:52
    35. Custom Voter
  36. Урок 36. 00:07:58
    36. Verify Email after Registration
  37. Урок 37. 00:07:18
    37. Verifying the Signed Confirm Email URL
  38. Урок 38. 00:06:12
    38. Login Throttling & Events
  39. Урок 39. 00:04:00
    39. Security Events & Listeners
  40. Урок 40. 00:08:47
    40. Creating a Security Event Subscriber
  41. Урок 41. 00:07:16
    41. Custom Redirect when "Email Not Verified"
  42. Урок 42. 00:08:33
    42. 2 Factor Authentication & Authentication Tokens
  43. Урок 43. 00:05:21
    43. 2fa with TOTP (Time-Based One Time Password)
  44. Урок 44. 00:05:35
    44. Activating 2FA
  45. Урок 45. 00:06:14
    45. Rendering the QR Code
  46. Урок 46. 00:04:36
    46. QR Data & Scanning with an Authenticator App
  47. Урок 47. 00:05:54
    47. Customize The 2-Factor Auth Form