Authentication Part 2 - Passing JSON Web Tokens

Поділитися
Вставка
  • Опубліковано 29 чер 2023
  • Now we've got hold of our JWT, we need to use it. Here's how.
    Source code available at: github.com/JasperKent/WebApi-...
    Topics include:
    - Adding a bearer token to the request header
    - Passing the token using Postman
    - Passing the token using Swagger
    - Logging out in Swagger
  • Наука та технологія

КОМЕНТАРІ • 14

  • @CodingTutorialsAreGo
    @CodingTutorialsAreGo  11 місяців тому +1

    Do you develop your APIs with Swagger or Postman or something else? Leave a comment to let me know.
    Source code available at: github.com/JasperKent/WebApi-Authentication
    Remember to subscribe at ua-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
    And if you liked the video, click the 👍.

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

      I find swagger more efficient during development

    • @sadafziya5636
      @sadafziya5636 26 днів тому

      I use Swagger when I start to learn dot net core ... it's easier for me ....
      but when I develop with node js , it was postman
      both of them is great but i think swagger is easier and better

  • @legion4929
    @legion4929 11 місяців тому +1

    thanks for the video MR Kent

  • @asesorwebvideos
    @asesorwebvideos 27 днів тому +1

    Gracias saludos desde Chile

  • @broadshare
    @broadshare 4 місяці тому +2

    Thank you, sir, I am advanced level C# developer and always learning something from your tutorials. I would be interested to see authentication and authorization in the new .NET blazor wasm.

  • @10Totti
    @10Totti 11 місяців тому +1

    Thanks!

  • @mahdi4581
    @mahdi4581 11 місяців тому +1

    Thanks

  • @megaman2016
    @megaman2016 11 місяців тому +1

    So clearly presented!

  • @sauravbhatta5303
    @sauravbhatta5303 11 місяців тому +2

    Can you also show us implementation of oauth2 openid connect and with front end?

  • @cissemy
    @cissemy 10 місяців тому

    Can you show how to refresh token ?