As said in the into this in an unplanned video which i create a basic login page in symfony 4, this video doesn’t go through the entire security bundle but covers most of the stuff that is needed to achieve a basic login system . so this part is basically a pert one to the translation video.
This video covers:

  • Creating The user entity and implementing the necessary interfaces.
  • Changing the security.yaml file to handle the authentification stuff, this includes the providers and the encoders.
  • Installing and using the doctrine fixtures bundle to load the user into the database.
  • Using the UserPasswordEncoder to encode the password in the desired algorithm.
  • Creating the login and logout functions
  • Access-Control overview

#authentication #symfony

Authentication in Symfony 4 (Login page)
1.25 GEEK