#33 Spring Security | Verify User from Database

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 57

  • @mouradrahmouni322
    @mouradrahmouni322 2 місяці тому +6

    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 місяців тому +6

    I never understood Spring Security like this last one. Very clear ❤🎉

  • @mohammedskouti3429
    @mohammedskouti3429 4 місяці тому +1

    You are the best guy on youtube to explain Spring boot

  • @Devivl
    @Devivl 5 місяців тому +2

    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 5 місяців тому +1

    Great jobs Navin. It has costed time and effort to explain all thing but you did it exceptional!!!

  • @bharathashsn
    @bharathashsn 3 місяці тому +1

    The way you explain things are so good. You are a very good teacher.

  • @AbdelrhmanSayed-e2g
    @AbdelrhmanSayed-e2g 8 днів тому

    Great job Navin, you helped me a lot in my current role

  • @nanasarathi
    @nanasarathi 16 днів тому

    You are a very good instructor... I learned a lot from your videos. Thank you so much for all the hard work 🙏.

  • @AcaciaSánchez-Xanina
    @AcaciaSánchez-Xanina Місяць тому

    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!

  • @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 6 місяців тому +2

    great video, theres always so much to learn from you

  • @RK22082
    @RK22082 5 місяців тому

    Lengthy video but I have enjoyed it most. Thank you so much Navin Sir ❤❤❤

  • @ariel_chess
    @ariel_chess Місяць тому

    That was quite the journey!! Phew

  • @DevGhost97
    @DevGhost97 Місяць тому

    He made it look like spring security is easy

  • @vishwaravi45
    @vishwaravi45 5 місяців тому

    I am so addicted to you videos😢😂

  • @RK22082
    @RK22082 5 місяців тому

    GOAT in JAVA ❤❤❤

  • @vasanthv4233
    @vasanthv4233 5 місяців тому

    Thanks sir . I Had made this project with Mongodb 😊

  • @prabhakaraadhik7377
    @prabhakaraadhik7377 5 місяців тому

    thank you this was a new concept for me...

  • @manishkeshari5096
    @manishkeshari5096 5 місяців тому

    thank you sir , for helping in spring security

  • @ucLe-ux7zp
    @ucLe-ux7zp 4 місяці тому

    Great lecture, thank sir

  • @JayJayJay007
    @JayJayJay007 5 місяців тому

    This is pure gold

  • @Royalfamily-pl4ex
    @Royalfamily-pl4ex 6 місяців тому +5

    Please Sir don't forget JWT

    • @RK22082
      @RK22082 5 місяців тому +3

      Sir has already mentioned that JWT video is also coming later in this Series bro 😊

  • @KaustubhKolhe
    @KaustubhKolhe 6 місяців тому

    awesome video sir, Thank you

  • @GOLDY-em2vy
    @GOLDY-em2vy 3 місяці тому

    thank you Sir ❤

  • @Coding-Just
    @Coding-Just 5 місяців тому

    great video sir thanks a lot

  • @AwetBrhanu
    @AwetBrhanu 3 місяці тому

    you are amazing dear

  • @yashgupta4766
    @yashgupta4766 6 місяців тому

    Sir please make a video on Collections Framework like you did in DSA using java.

  • @pothuabhi
    @pothuabhi 6 місяців тому

    Sir please make video on role based authentication

  • @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.

  • @prakharmishra7789
    @prakharmishra7789 5 місяців тому

    Please upload more videos.

  • @anonymouCodePlay
    @anonymouCodePlay 6 місяців тому

    Thank you sir

  • @NandinerdeneMandakh
    @NandinerdeneMandakh 5 місяців тому

    thank you

  • @babureddypbr6616
    @babureddypbr6616 5 місяців тому +1

    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}`.

  • @vamshikrishnareddy1418
    @vamshikrishnareddy1418 6 місяців тому

    Post a video about custom login page

  • @PriyanshuSoni-e3e
    @PriyanshuSoni-e3e 4 місяці тому

    Hello sir,
    no need to make UserPrinciple class just implement UserDetails to User(Model).
    Just a Suggestion!!

  • @shravanyadav1289
    @shravanyadav1289 6 місяців тому +1

    Whenever I'm entering credentials in output login form it is showing same form.
    Can some one sort this??

    • @mirzakariaislam610
      @mirzakariaislam610 6 місяців тому

      .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

  • @iamDennisofficial
    @iamDennisofficial 3 місяці тому

    I have everything but, it keeps showing me user not found, can anyone help me please

  • @shivarajme
    @shivarajme Місяць тому

    super!!!

  • @himanshutenguriya732
    @himanshutenguriya732 4 місяці тому

    Thankkk Youuu

  • @coffeecoder11
    @coffeecoder11 Місяць тому

  • @someshwarreddy8463
    @someshwarreddy8463 Місяць тому

  • @techikansh
    @techikansh 3 місяці тому +1

    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 6 місяців тому

    Thank you Sir