Это видео недоступно.
Сожалеем об этом.

Postman JWT Token Example: How to authenticate requests

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • In this tutorial, you'll see a Postman JWT Token Example and how to authenticate requests. Download a free Postman Keyboard Shortcuts Cheat Sheet 👉bit.ly/3doTttz
    A lot of modern frameworks will allow you to work in a stateless way where you authenticate each request to a protected API endpoint with a token, particularly a JWT. Channel Handle @codebubb

Комментарии • 45

  • @codewithbubb
    @codewithbubb  5 лет назад +5

    If you just want to POST JSON data to an end point with Postman, see this: ruclips.net/video/Jq5XIEsaVyE/видео.html

  • @adityajoshi8065
    @adityajoshi8065 3 года назад

    Very helpful. I was struggling with a prob and your approach with the headers helped me within minutes!

  • @kevinangles1576
    @kevinangles1576 5 лет назад +4

    Concise and straight to the point. Thank you so much!

    • @codewithbubb
      @codewithbubb  5 лет назад

      Thanks Kevin! I hope you're able to authenticate with your API now 😀
      Just interested, is that a public API you're using or is it your own / company one?

    • @kevinangles1576
      @kevinangles1576 5 лет назад +1

      @@codewithbubb I'm building my own

    • @codewithbubb
      @codewithbubb  5 лет назад

      Ah nice. Are you using JavaScript? Which framework?

    • @kevinangles1576
      @kevinangles1576 5 лет назад +1

      @@codewithbubb Yup, I'm using Express

  • @Nick-cx4rs
    @Nick-cx4rs Год назад

    I was using some website hidden api. But they added jwt. On every post request different jwt code appear in headers.
    But when i copy that code and try to do same post request in Postman, tells me " error " . ( But in browser for every request only iat - exp changing in jwt )
    When i try to create a new jwt with postman, getting cloudflare message you are blocked etc.

  • @rain-qp7sp
    @rain-qp7sp 5 месяцев назад +1

    Thank you so much.

    • @codewithbubb
      @codewithbubb  5 месяцев назад

      You're welcome, hope it helped you out!

  • @sevenballonu
    @sevenballonu 2 года назад

    Would postman still return a visible jwt token if it's https connection?

  • @ugempireninjaaaaaahatori6755
    @ugempireninjaaaaaahatori6755 6 месяцев назад +1

    Thanks bro

  • @Desichannel2000
    @Desichannel2000 3 года назад

    How can genrate the jwt token process by postman in php please......

  • @rakesh_vlogs
    @rakesh_vlogs 5 месяцев назад +1

    TY

    • @codewithbubb
      @codewithbubb  5 месяцев назад +1

      No problem, hope it helped you out.

  • @TheStaticBreakdown
    @TheStaticBreakdown 4 года назад

    Excellent video! Thanks.

  • @quocthaile8780
    @quocthaile8780 2 года назад

    It is very helpful with me, thanks you so much

  • @sau002
    @sau002 4 года назад +2

    Thank you

    • @codewithbubb
      @codewithbubb  4 года назад

      You're welcome, glad you found it useful!

  • @sivasudarsan2373
    @sivasudarsan2373 3 года назад

    how to include this gettoken request in all requests?

  • @neilmcquillan273
    @neilmcquillan273 5 лет назад +1

    Great example

    • @codewithbubb
      @codewithbubb  5 лет назад +1

      Thanks Neil. Glad it helped you out!

  • @PeaceUrSoul
    @PeaceUrSoul 4 года назад +1

    Can i enter my api key instead of token... Will it work?

    • @codewithbubb
      @codewithbubb  4 года назад

      Sure but probably not in the same place as in the video. The API key you have is likely to be provided as a GET parameter. What does your documentation say?

  • @babapaye5896
    @babapaye5896 4 года назад

    Good tutorial. Thanx

  • @GauravKhare89
    @GauravKhare89 4 года назад +2

    Can you make a video on making JWT enabled APIs like /api/hello-world

    • @codewithbubb
      @codewithbubb  3 года назад

      Sounds like a great idea Guarav! I'll put something together.

    • @parmetra
      @parmetra 10 месяцев назад

      ​@@codewithbubb hello! Did you think about this theme yet? I guess, it's still relevant.

  • @chanduthani
    @chanduthani 2 года назад +1

    thank you thank you so much :) I got it

    • @codewithbubb
      @codewithbubb  2 года назад

      Great, glad you found it useful!

  • @radoncreepgaming2604
    @radoncreepgaming2604 3 года назад +1

    Thank you!

    • @codewithbubb
      @codewithbubb  3 года назад

      You're welcome - thanks for your support 😀

  • @yeben4457
    @yeben4457 3 года назад

    so how can i generator jwt jti.

  • @knifegun1064
    @knifegun1064 2 месяца назад

    saved me bro

  • @yogeshsaini254
    @yogeshsaini254 3 года назад

    Thanks man

  • @pankajnegi8792
    @pankajnegi8792 5 месяцев назад

    Kayi baar dekhi video tab samajh aya number share ho raha hai 🔍

  • @TimkaSakenov
    @TimkaSakenov 2 года назад

    thanks!

  • @rungnapanakdang794
    @rungnapanakdang794 4 года назад

    Thank

  • @DarkSideChess
    @DarkSideChess 4 года назад +1

    My response just hangs...

    • @codewithbubb
      @codewithbubb  4 года назад

      Is the endpoint you are using up and running? Does it respond without adding a JWT?

  • @quranicscience9631
    @quranicscience9631 3 года назад +1

    nice