Pakeeza

Pakeeza

  • 1.6k
  • 93
  • 2.8k

JWT Bearer Token With .NET Core

Mar 12 2024 9:59 AM

I have a question I have a web api .net core project and I have implemented JWT bearer token in it and it works fine with postman , if I do not provide token with Authorization TAB of POSTMAN it gives 401 unthorized error , I would like to ask as when this service is consumed by any third party then how they can provide JWT token do I need to add parameters as jwt token with my methods or how if any sample example available ?


Answers (5)