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