Method Level Authorization in Spring Boot

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

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

  • @athisii_ekhe6167
    @athisii_ekhe6167 3 года назад +1

    wow..that was very helpful. Thank you.
    \

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

    very helpful

  • @ferhatc3491
    @ferhatc3491 3 года назад

    How do we do it by activating the csrf feature? Can you make a video about it?

  • @athisii_ekhe6167
    @athisii_ekhe6167 3 года назад

    Can we pass the Principal obj directly in the canUpdate(principal, id) as an argument instead of principal.user.id, so that we don't have to query the database again.