How to put two Bearer keys in Postman?

899 views Asked by At

My Symfony project uses an authentication check; so there is a token involved. Now I use Mercure as a real-time mechanism used in Symfony; it uses a JWT token also. So how can I put the two Bearer tokens in Postman in order to test my Symfony API ?

1

There are 1 answers

2
Omkar Kulkarni On

Instead of setting bearer token from auth, go to params and add respective tokens. You can also set variables for them.
Just make sure that these two tokens have different key names.