How

Sdílet
Vložit
  • čas přidán 10. 09. 2024

Komentáře • 37

  • @matstark776
    @matstark776 Před měsícem

    Amazing video and Great explanation!. One question about microservice communication: From what I understood if a microservice A wants to get a resource from microservice B, always all the communication have to pass by gateway, am I right?. Are there not other ways to do this?. I mean for instance using an apiKey which will be use only by microservices

  • @theeasydrawing
    @theeasydrawing Před 4 měsíci +1

    Great explanation

  • @rajvinder2kaur
    @rajvinder2kaur Před 9 měsíci +2

    If I correctly understand, the API gateway calls Authorization server to verify the JWT token in header of the request using the public key.

    • @SPS_Tech
      @SPS_Tech  Před 9 měsíci

      No I dosent call authentication server, the public key is itself enough to verify wheather the Jwt is a valid one or not !

    • @dineshkm7832
      @dineshkm7832 Před 4 měsíci

      @@SPS_Tech how ?

    • @SPS_Tech
      @SPS_Tech  Před 4 měsíci

      It’s a explained in the first part of the video

  • @A.KArts.123
    @A.KArts.123 Před 5 měsíci +1

    Good one sirji

  • @deepa8177
    @deepa8177 Před rokem +1

    very well explaination sir thanku so much, 1 query how the claims are verified using JWT? after jwt verified successfully

  • @vishalrao8094
    @vishalrao8094 Před 9 měsíci +1

    paaji for signing jwt we need only private key and it is kept secret while public key is shared for verfication purpose.We don't need public key for signing JWT right?

    • @SPS_Tech
      @SPS_Tech  Před 9 měsíci

      I think a combination of both is required for signing purpose.
      For verification only public key is required.

  • @tejasavhad4010
    @tejasavhad4010 Před 11 měsíci +1

    Thank you sir
    Very helpful 👌

  • @kishorchavan85
    @kishorchavan85 Před 4 měsíci

    Great explanations

  • @pawelsb
    @pawelsb Před rokem +1

    Well explained, keep up the good work.

    • @SPS_Tech
      @SPS_Tech  Před rokem

      Thanks for your encouraging words! Do subscribe to our channel for more such videos!

  • @Silu05
    @Silu05 Před 6 měsíci +1

    Can you make full implementation tutorial on this (Authentication Server(JWT) + API Gateway(Authenticate using Public key) + Other Microservices)???

    • @SPS_Tech
      @SPS_Tech  Před 6 měsíci +1

      Will create soon! Stay tuned!

  • @prabhusamad4527
    @prabhusamad4527 Před 6 měsíci +1

    where's the Oauth2 - access token and refresh token in this flow ?????

  • @ManojYadav-bk3uv
    @ManojYadav-bk3uv Před rokem +1

    Nice content and very well presentation...

    • @SPS_Tech
      @SPS_Tech  Před rokem

      Thanks a lot for your feedback!

    • @SPS_Tech
      @SPS_Tech  Před rokem +1

      If possible, request you to take a screen shot of this video and post it on any of the platform, be it LinkedIn or Twitter, tagging me so that others also come to know about this video! My socials are in the description.

  • @mishukids
    @mishukids Před rokem +1

    Please explain like a java techie,u make thing complex ,

    • @SPS_Tech
      @SPS_Tech  Před rokem

      Watch this one and then get back to the original video:- czcams.com/video/tS4tc9qgWbA/video.htmlsi=81Sz-1nzg8KdNypT

  • @abhishekgowlikar
    @abhishekgowlikar Před 8 měsíci +1

    Good work.

    • @SPS_Tech
      @SPS_Tech  Před 8 měsíci

      Thanks! Do watch other videos as well !!!!

  • @cjai77
    @cjai77 Před rokem +2

    can you please make a video on practical of jwt authentication with api gateway using for microservices

    • @SPS_Tech
      @SPS_Tech  Před rokem +2

      surely will do. Stay tuned!

    • @cjai77
      @cjai77 Před rokem +1

      @@SPS_Tech sir please make a video on how to secure microservices and then how to access the services using jwt token through Auth - Service with API gateway.

  • @KarthikNallala
    @KarthikNallala Před 7 měsíci

    Good Explanation

  • @joshuaedward6893
    @joshuaedward6893 Před rokem

    very informative.

  • @mookayreet8518
    @mookayreet8518 Před rokem +1

    Support it with example please? Thanks

  • @cpaez2000
    @cpaez2000 Před 6 měsíci

    Thats arquitecture is wrong because everyone can access to the services without verify the token. In others words the routes are not protected