JWT with Spring boot Authentication & Authorization | Spring Security full demo in Spring Boot 3 #1

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

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

  • @_PrachiTodkari
    @_PrachiTodkari ปีที่แล้ว +15

    This the first video by which I have implemented the JWT authentication without any errors. Thank you.

    • @tech-soft
      @tech-soft  ปีที่แล้ว +1

      Thank for your comment, I will try to make easy to understand everyone.

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

      All the other tutorials on TH-cam are scam. This one works, thank you @tech-soft

  • @RamsikilDevi-e6n
    @RamsikilDevi-e6n ปีที่แล้ว +4

    This is good for beginners (its very simple ) complete demo

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      Thank you

  • @sanketsaitawdekar4440
    @sanketsaitawdekar4440 11 หลายเดือนก่อน +3

    Finally found a working code. Thankyou so much.

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      Thank you so much

  • @AmitKumar-tb6ze
    @AmitKumar-tb6ze 8 หลายเดือนก่อน +1

    thank you so much brother for making this video, this help me to remove deprecated code for filterchain method

    • @tech-soft
      @tech-soft  8 หลายเดือนก่อน

      Welcome brother!!

  • @manishkumarchoudhary6465
    @manishkumarchoudhary6465 ปีที่แล้ว +2

    Very easy Explanation, Thank You

  • @akshaybande-g9z
    @akshaybande-g9z 11 หลายเดือนก่อน +2

    successfully implemented thanks

    • @tech-soft
      @tech-soft  10 หลายเดือนก่อน

      Thank you

  • @pawanrajput-s4m
    @pawanrajput-s4m 5 หลายเดือนก่อน +1

    Thanks dost

    • @tech-soft
      @tech-soft  10 วันที่ผ่านมา

      Welcome

  • @hpq9650
    @hpq9650 7 หลายเดือนก่อน +1

    thanks bro, i love you

    • @tech-soft
      @tech-soft  10 วันที่ผ่านมา

      Thank you

  • @RabiulIslam-lx1uc
    @RabiulIslam-lx1uc ปีที่แล้ว +1

    Good

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      Thanks

  • @hind5687
    @hind5687 8 หลายเดือนก่อน +1

    I took this and it works very well , thank you so much .. please can you do logout ? or give me steeps what i should follow for do it by myself , i'm really in need , thanks

    • @tech-soft
      @tech-soft  8 หลายเดือนก่อน

      Thanks for comments, please visit spring security playlist or click on below link JWT Authentication & Authorization, login & logout with Spring boot | Spring Security full demo #3
      th-cam.com/video/5EDUnkG6drk/w-d-xo.html

  • @swapniltole8384
    @swapniltole8384 10 หลายเดือนก่อน +1

    I tried to implement JWT Authentication from last 5 day in my current clients project, but unfortunately I got errors because of version related issues and I never seen video on entire TH-cam like this.
    Finally I got what I want, Thanks u sir for this incredible video ❤❤❤❤❤❤❤❤
    Thank you very much again 💕

    • @tech-soft
      @tech-soft  10 หลายเดือนก่อน

      Thanks, I will try to make things easy

  • @AshuKumar-kw8bi
    @AshuKumar-kw8bi 6 หลายเดือนก่อน

    maine class hi liya hai User to usrer ko user userDetalis se kaise impliments kar sakte hai

    • @tech-soft
      @tech-soft  6 หลายเดือนก่อน

      UserDetail se implement karna hoga kyun ki ye spring ka class hota hai, aap pana custom class ka name kuchh aur v rakh sakte hai, as per my understanding

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

    I could add user but not login. Got a 403. I downloaded the project from github and just added my own database

    • @tech-soft
      @tech-soft  10 หลายเดือนก่อน +1

      First you need to add user using signup api then you can login, make sure login api should not have any preauthorization annotation

    • @tech-soft
      @tech-soft  10 หลายเดือนก่อน +1

      Also you can try to comment all authentication annotations in controller class and check all api is working properly or not, if working then you can un comments authentication related annotation and login api should not contain any annotation related to authentication

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

      @@tech-soft run but token is not generated

  • @pankajthakur9760
    @pankajthakur9760 7 หลายเดือนก่อน +1

    Hello great video how integrate this code with html I mean template?

    • @tech-soft
      @tech-soft  10 วันที่ผ่านมา

      Sorry for late reply, if still you need this query then I can suggest you that might be work for you.

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

    Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.

    • @tech-soft
      @tech-soft  9 หลายเดือนก่อน

      Thank you, you are correct

  • @yorrohitofficial
    @yorrohitofficial 11 หลายเดือนก่อน +1

    Ek project kijiye na using spring boot hibernate MySQL in complete one video and microservices

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน +1

      Thanks for your reply, I will create a microserice tutorial soon

  • @kietkun2002
    @kietkun2002 11 หลายเดือนก่อน +1

    i tried with mssqlserver and it not work

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      You may need to add correct dilect for mssql and correct db url in application.properties

  • @ayushjaiswal4449
    @ayushjaiswal4449 ปีที่แล้ว +1

    Can we revoke the token generated this way

    • @tech-soft
      @tech-soft  ปีที่แล้ว

      Yes we can do, first need to implement logout api and in logout we can store that token into a blacklist hashSet And at in tokenvalidation we can check it should not present in blackListSet

  • @roshanraj607
    @roshanraj607 11 หลายเดือนก่อน +1

    Bro signatureAlgoritm is deprecated

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      Can you please check spring boot and spring security versions

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

      @@tech-soft what are the alternatives for signatureAlgoritm

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

    The method signWith(SignatureAlgorithm, byte[]) in the type JwtBuilder is not applicable for the arguments (RenderingHints.Key, SignatureAlgorithm)
    i am getting this error

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      You can check your spring boot version , Spring security version and jwt version

  • @AshuKumar-kw8bi
    @AshuKumar-kw8bi 6 หลายเดือนก่อน +1

    reply kyu nhi karte ho

    • @tech-soft
      @tech-soft  10 วันที่ผ่านมา

      Sorry for this time next time I will take care

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

    I'm getting 403 while using getuser Api.

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

      did you get the answer , I am also getting the same error

    • @tech-soft
      @tech-soft  11 หลายเดือนก่อน

      Please provide prover user role

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

      Same did you get the answer

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

      @@tech-soft i also add user role then also i didnot get token in login