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.
- When the "Secret Base64 encoded" option is disabled, both tokens match.
- 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?