How To Build Magic Sign-In Links with Spring Security and Spring Boot

Поділитися
Вставка
  • Опубліковано 21 сер 2024

КОМЕНТАРІ • 6

  • @LeonardoMarcelino
    @LeonardoMarcelino 10 місяців тому

    Nice video! Thanks for sharing.

  • @IbrahimGanaMalgwi
    @IbrahimGanaMalgwi 10 місяців тому

    Awesome

  • @user-ib8rv1vr4r
    @user-ib8rv1vr4r 10 місяців тому

    Cool.)

  • @Luka-vb3no
    @Luka-vb3no 10 місяців тому

    Thank you for this video! I am just wondering what you meant by "Users still have passwords" at 20:20. Since this is passwordless, wouldnt Authentication authentication = new UsernamePasswordAuthenticationToken(user, null, users.Authorities); do the same?

    • @alexgutjahr
      @alexgutjahr  10 місяців тому +1

      Yes, you are correct - what I meant is that in my scenario, users still have passwords since I assume most people implementing this functionality would do so on top of an existing setup that uses passwords.