Let’s Explore Spring Security 6.4 (SpringOne 2024)

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 13

  • @emmanuelU17
    @emmanuelU17 19 วันที่ผ่านมา

    Amazing presentation

  • @CodeJava
    @CodeJava 13 วันที่ผ่านมา

    Spring Security really saves developer's life.

  • @co40517
    @co40517 4 หลายเดือนก่อน +5

    Outstanding presentation. Great content presented at the right speed and level of detail. You are one talented speaker! Thank you very much.

  • @ayushjaiswal4449
    @ayushjaiswal4449 4 หลายเดือนก่อน +2

    I have been working with spring for a year and a half now, and I knew about method security but never really used it, but this talk gave me new perspectives on using it.
    Great Talk Rob really loved it

  • @thekye
    @thekye 3 หลายเดือนก่อน

    I've always found the security libraries confusing. It's great you built up the examples from the bare minimum for comprehension. Great talk.

  • @akvus
    @akvus 4 หลายเดือนก่อน +1

    Great presentation. Also, cute the guy explaining the null safe operator.

  • @danielmachadovasconcelos877
    @danielmachadovasconcelos877 4 หลายเดือนก่อน +1

    I spent a few days trying to solve the Jackson problem. 😂 I had to create a new “dto” to map the proxy object to allow Jackson to process it. 😅
    In 5 seconds, that guy added an annotation and saved me tons of hack code. ❤
    Thank you, man!

  • @AdventureOutThere-
    @AdventureOutThere- 3 หลายเดือนก่อน

    worth to watch, nice presentation, good detailing. Thanks

  • @ngocanha85
    @ngocanha85 4 หลายเดือนก่อน

    Thanks Rob, i learned a ton from your present!

  • @nayrban2187
    @nayrban2187 4 หลายเดือนก่อน

    Rob is the best ❤

  • @mohammadballour6504
    @mohammadballour6504 4 หลายเดือนก่อน

    The best talk ❤❤

  • @abccbaandy
    @abccbaandy 4 หลายเดือนก่อน

    So do you guys "fix" the issue about @Validated run first when use with @PreAuthorize?

  • @Aswodel
    @Aswodel หลายเดือนก่อน

    IMHO the proxy and interface classes make this too complicated. Why do we start so fast with a proxy class, what is it and why is it needed? More explanation is needed there.