#33 Spring Security | Verify User from Database

  Рет қаралды 23,432

Telusko

Telusko

Күн бұрын

Пікірлер: 55
@mouradrahmouni322
@mouradrahmouni322 Ай бұрын
Wow, I struggled a lot with auth in spring security, but this is one of the clearest and most beautiful explanations of spring security I've ever seen! You broke down complex concepts into simple, easy-to-follow steps, and the examples were spot on. I'm very thankful
@Yangslehollandais
@Yangslehollandais 5 ай бұрын
I never understood Spring Security like this last one. Very clear ❤🎉
@mohammedskouti3429
@mohammedskouti3429 4 ай бұрын
You are the best guy on youtube to explain Spring boot
@Devivl
@Devivl 5 ай бұрын
Great video showing different approaches. I like that we go from simple to complex in short videos. Thank you, Mr. Telusko.
@gonzalob.2428
@gonzalob.2428 4 ай бұрын
Great jobs Navin. It has costed time and effort to explain all thing but you did it exceptional!!!
@bharathashsn
@bharathashsn 3 ай бұрын
The way you explain things are so good. You are a very good teacher.
@AcaciaSánchez-Xanina
@AcaciaSánchez-Xanina 26 күн бұрын
really really good video!! even for an spanish people!! clair and concise. Many thanks!!
@hidayatullahabid2275
@hidayatullahabid2275 2 ай бұрын
Thank you for putting so much effort into the lectures. Hats off and respect!
@RK22082
@RK22082 5 ай бұрын
Lengthy video but I have enjoyed it most. Thank you so much Navin Sir ❤❤❤
@karthikkumar.m07
@karthikkumar.m07 3 ай бұрын
Thank you so much for clearing my mind about the security filter chain and lambda expression .... you are such an amazing
@cheguevara1396
@cheguevara1396 4 ай бұрын
Really a great effort in explaining the concepts with a good flow and steps, which results in acquiring the better spring security knowledge❤
@KaustubhKolhe
@KaustubhKolhe 5 ай бұрын
great video, theres always so much to learn from you
@ariel_chess
@ariel_chess Ай бұрын
That was quite the journey!! Phew
@vasanthv4233
@vasanthv4233 4 ай бұрын
Thanks sir . I Had made this project with Mongodb 😊
@RK22082
@RK22082 5 ай бұрын
GOAT in JAVA ❤❤❤
@vishwaravi45
@vishwaravi45 5 ай бұрын
I am so addicted to you videos😢😂
@Deepak-r5l8w
@Deepak-r5l8w 4 ай бұрын
oohhh hhoo
@DevGhost97
@DevGhost97 Ай бұрын
He made it look like spring security is easy
@JayJayJay007
@JayJayJay007 4 ай бұрын
This is pure gold
@ucLe-ux7zp
@ucLe-ux7zp 3 ай бұрын
Great lecture, thank sir
@GOLDY-em2vy
@GOLDY-em2vy 2 ай бұрын
thank you Sir ❤
@prabhakaraadhik7377
@prabhakaraadhik7377 4 ай бұрын
thank you this was a new concept for me...
@manishkeshari5096
@manishkeshari5096 5 ай бұрын
thank you sir , for helping in spring security
@AwetBrhanu
@AwetBrhanu 3 ай бұрын
you are amazing dear
@KaustubhKolhe
@KaustubhKolhe 5 ай бұрын
awesome video sir, Thank you
@Coding-Just
@Coding-Just 5 ай бұрын
great video sir thanks a lot
@Royalfamily-pl4ex
@Royalfamily-pl4ex 5 ай бұрын
Please Sir don't forget JWT
@RK22082
@RK22082 5 ай бұрын
Sir has already mentioned that JWT video is also coming later in this Series bro 😊
@shivarajme
@shivarajme 14 күн бұрын
super!!!
@NandinerdeneMandakh
@NandinerdeneMandakh 4 ай бұрын
thank you
@prakharmishra7789
@prakharmishra7789 5 ай бұрын
Please upload more videos.
@anonymouCodePlay
@anonymouCodePlay 5 ай бұрын
Thank you sir
@himanshutenguriya732
@himanshutenguriya732 3 ай бұрын
Thankkk Youuu
@yashgupta4766
@yashgupta4766 5 ай бұрын
Sir please make a video on Collections Framework like you did in DSA using java.
@pothuabhi
@pothuabhi 5 ай бұрын
Sir please make video on role based authentication
@PriyanshuSoni-e3e
@PriyanshuSoni-e3e 3 ай бұрын
Hello sir, no need to make UserPrinciple class just implement UserDetails to User(Model). Just a Suggestion!!
@sgaming8906
@sgaming8906 5 ай бұрын
hey, telusko team , i think there is some ambiguity in the video, we don't need to create bean for authentication provider since we already talking to database through JPA methods. please correct it thank you.
@babureddypbr6616
@babureddypbr6616 5 ай бұрын
sir i am getting this error You have entered a password with no PasswordEncoder. If that is your intent, it should be prefixed with `{noop}`.
@coffeecoder11
@coffeecoder11 12 күн бұрын
@vamshikrishnareddy1418
@vamshikrishnareddy1418 5 ай бұрын
Post a video about custom login page
@someshwarreddy8463
@someshwarreddy8463 Ай бұрын
@iamDennisofficial
@iamDennisofficial 2 ай бұрын
I have everything but, it keeps showing me user not found, can anyone help me please
@shravanyadav1289
@shravanyadav1289 5 ай бұрын
Whenever I'm entering credentials in output login form it is showing same form. Can some one sort this??
@mirzakariaislam610
@mirzakariaislam610 5 ай бұрын
.formLogin(formCustomizer -> formCustomizer .loginPage("/login") .permitAll() .defaultSuccessUrl("/home") ); Try this
@baaaaapug9708
@baaaaapug9708 3 ай бұрын
you have set the session to stateless while having formlogin enabled , either make sesion stateful or remove formlogin
@techikansh
@techikansh 2 ай бұрын
WTFFFF java, I could do this with node and express in 5 minutes... :(
@zahirulislam2097
@zahirulislam2097 Ай бұрын
Great video. Thank you again a lot. Only thing is role was not added in controller. everything worked fine. But when I added @PreAuthorize("hasRole('USER')") in controller, 403 Forbidden error, end the principal I have same role present. @Override public Collection
@emotinal_pain
@emotinal_pain 3 ай бұрын
Thank you
@Royalfamily-pl4ex
@Royalfamily-pl4ex 5 ай бұрын
Thank you Sir
#34 Spring Security | Bcrypt Password Encoder
18:36
Telusko
Рет қаралды 14 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
#35 What is JWT and Why
14:47
Telusko
Рет қаралды 36 М.
#32 Spring Security | Custom Configuration
17:30
Telusko
Рет қаралды 18 М.
Harsh Truth of Java in 2024! Ft. Ultimate Java Developer @Telusko
28:46
Spring Security 6 with Spring Boot 3 and JWT Tutorial
3:24:42
Daily Code Buffer
Рет қаралды 19 М.
#31 Spring Security | CSRF Token
17:56
Telusko
Рет қаралды 24 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН