Once upon a time, security was... a login form. But woh! Not anymore! Sure, we still have login forms, but we also have JWT authentication, OAuth, two factor auth, SSO implementations and anything else you can dream up. Let's look at some real-world examples of solving these challenges using the latest features & best-practices of Symfony's security component. This will include your User class, user provider, Guard and a lot of tips to create complex authentication systems *and* best practices for making sure your application *stays* secure.

Comments

Comments are closed.

So many little things you showed that I can't wait to try on top of the basics we know. Good and simple examples, I liked it a lot. Specifically the 2FA, big concept actually really simple to achieve according to what you demonstrate. (need to try now ;)) thank you!