Skip to content
Discussion options

You must be logged in to vote

Hi.

If you are using Cartero 0.1.5 or an earlier version, to use bearer tokens you have to add a header called "Authorization" with the value formatted as "Bearer {token}", in other words, the word Bearer, a space, then the token, like a JWT token.

So if you have a JWT token that looks like this: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJz..., you would add a header called "Authorization" with the value "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJz...".

If you are using a nightly version of Cartero (or Cartero 0.2.0, once it's released) where the authorization tab has already been added, you can go to the Authorization tab and select "Bearer token" from the authorization method, then p…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Christian-Cachero
Comment options

Answer selected by Christian-Cachero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants