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