postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 838 forks source link

Custom JWT Prefix issue #12956

Open baurag-001 opened 3 months ago

baurag-001 commented 3 months ago

Is there an existing issue for this?

Describe the Issue

I have JWT insetad of Bearer prefix in my backend for JWT Authentication and iam tying to pass the token from header as AUTHORIZATION JWT {token} but postman is not attaching

Steps To Reproduce

  1. Open a new tab and make request to the api
  2. Add Authorization in header and use JWT as prefix
  3. Send request

Screenshots or Videos

image image image

Operating System

Windows

Postman Version

11.2.1

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

gaurab-10 commented 3 months ago

same issue here