Spring Boot Security - UserDetailsService & UserDetails

preview_player
Показать описание
Spring Boot Security - UserDetailsService & UserDetails

Рекомендации по теме
Комментарии
Автор

I really appreciate what you did. I'm learning spring and the videos on youtube are hard to understand for me, but your videos are very easy to understand. really thank you

congdatt
Автор

Hey Teddy, thanks a lot for these videos, they are really helpful and I appreciate you and your channel, amazing content!
I hope more of these are coming soon

lukagolubovic
Автор

The new thumb is dope AF, Teddy. Keep up, man

joaogabrielv.m
Автор

Good job Teddy, thanks from Poland. Carry on these tutorials!

MarcinTlon
Автор

I'm only on the third video of the series so far but thank you! I went through so many 3hr tutorials and always ended up stuck and frustrated. I was just about to throw in the towel on spring entirely. Please do more!

sunset
Автор

Thank you so much for the lesson, Teddy.

Devivl
Автор

Thank you for your explanation I have some questions where I can Ask you

evxrxvm
Автор

What if we want to get the users and roles from database?

mohammedislam
Автор

Please increase your font size.. its not that clear if I split my screen.

AmitGupta-hbtg
Автор

Very nice and clear explanation. One question is line 44 in the SecurityConfig Class, instead of inMemoryUserDetails I want to save them in my db (postgres) do I return the UserDetails?

mystic
Автор

Thanks for the amazing Tutorial. Was looking for a solution to not use deprecated
As explained in video it is working but logout is not working. Even after the application is stopped and restarted again, login page should come but it isn't. Any idea on this ?

RollingEuphoria
Автор

I am very surprise that after 9 months, almost all of HttpSecurity methods became obsolete. Spring is out there for such a long time, yet still a moving target :/ Is that a good thing ?!

geosystems
Автор

Hello, I have question, when I write .antMatchers it says it cannot resolve method antMatchers. Is there solution for that? Thank you

filipkostic
Автор

Unfortunately, most of this code is deprecated and doesn't work anymore - at list not for me. I've tried to update it by following the deprecation notes, but no luck.

kaspersergej
Автор

i got error why antMatcher in my code is not recognized?

sehad_official