Symfony 5 Authentication Tutorial Part 4 ✍️ Symfony Register Form and ✅ Registration Confirmation

preview_player
Показать описание
ℹ This is the fourth recording in the security and authentication series. At the end of this series you will be able to register and authenticate users confidently as well as being able to use 'remember me' functionality, throttle login attempts, give a user roles, restrict access to parts of your application and much more.

💻Source code here:

🔗 Security documentation:

👇Follow me on Social Media:

⚠️ Notice - this series was recorded using symfony 5.2. There have been some minor changes and some classes have since been removed. You will still be able to follow this tutorial but you will need to combine the documentation in some parts.
Рекомендации по теме
Комментарии
Автор

hello! I have a problem after registration, there is no mail verification (verification), instead, registration and login immediately occur. It redirects directly to the homepage. Please tell me how to redirect correctly?

vitalina
Автор

I can log in without a link confirmation.
MySQL database field tinyint is_verified = 0
Where is the mistake ?

raineralbrecht
Автор

after registration, there is no transition to the page "confirmation_email.html.twig ", login immediately. why is this happening?
when I checked the sendEmailConfirmation function, an error pops up on the getID, getEMAIL, send variables. The error sounds like this: Potentially polymorphic call. User does not have members in its hierarchy. PLEASE HELP

vitalina
Автор

Hello Gary, thx for video - it's was really useful. I just have a question, atm Guard authenticators are deprecated in 5.3 version - so do i understood corrent that i need to write logic myself using VerifyEmailHelperInterface instead?

kilgorever
Автор

Hi Gary, thank you very much for the great Symfony Authentication Videos. One interesting point here would be how to include a "2FA-Authenticator" at the login?

purajhei-rendape
Автор

Gary Clake, Can you make video series on the following topics :
1.Microservices using Symfony
2.CQRS using Symfony
3.Redis with Symfony
4. AWS Lambda using Symfony
Thanks in advance

abdulmobeen
Автор

Hi Gary, Nice video again. Will you make a video about Behat ?

misou
Автор

Hello Gary, Everything works fine, but after verifying email (/register): The link to verify your email is invalid. Please request a new link.
I don't find the same problem after checking the email (/reset-password)!

mhamed_mrini