user3075978
user3075978

Reputation: 845

Why are these two generated JWTs different? (jwt.io vs postman)

I am trying to generate a JWT in Postman, and I don't understand why the token generated at jwt.io and Postman are different when Base64 Encoded is selected.

  1. When the "Secret Base64 encoded" option is disabled, both tokens match.
  2. When the "Secret Base64 encoded" option is enabled, the tokens are different, even though they are both using the same secret.

Any idea why the tokens would be different when Base64 Encoded is enabled?

Base64 Encoded is disabled and Tokens Match Base64 Encoded is enabled and Tokens Do Not Match

Upvotes: 1

Views: 147

Answers (0)

Related Questions