Authorization Roles with Spring Security | Spring Boot Backend #3.6

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 11

  • @GROOVETECHSETS
    @GROOVETECHSETS 2 года назад +1

    Contenido de calidad y muy bien explicado! Mil gracias.

  • @sujithg1689
    @sujithg1689 2 года назад

    Informative 👍👍

  • @alxx736
    @alxx736 2 года назад

    Podrias hacer algun video del manejo de Excepciones en Spring Security ? Osea sobre Authentication Entry Point . No hay mucha info de eso, y la que esta es confusa. Gracias!

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  2 года назад

      He hecho uno hace tiempo. ruclips.net/video/2bB1WBAHBIY/видео.html

    • @alxx736
      @alxx736 2 года назад

      @@TheDevWorldbySergioLema Genio!!

  • @lucasdasilvalima9598
    @lucasdasilvalima9598 2 года назад

    This video has good explanation, but with old arquitecture of Spring Security

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  2 года назад

      Thank! What do you mean with "old architecture"? I know I'm not with the latest version of Spring Boot, but the security is configured using the HttpSecurity object. Is there another way to do it?

    • @LucasArkantos
      @LucasArkantos 2 года назад +1

      spring boot 2.7.0 do not use WebSecurityConfigureAdapter it is deprecated and will be removed in 3.0.0. Spring boot Security offer a lot JWT operation that is implemented on this repo. On new arquicture is recomend using Auth-Server, and another thinks you can check on Spring Boot Security about this Auth and Autorith 0.3.0.

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  2 года назад

      Thank you for the information, I will take a look