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 ?
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.