I saw that you implemented configuration for multiple users.
This is great! That's what I always missed from this extension.
But how does it work?
The authentication headers are only configured on the general configuration.
How do I specify a different cookie/token for User 2?
I tried the Match/Replace part, I configured a Headers (regex) type and set it to "Authorization: .*" -> "Authorization: Something else" but that didn't work.
Is this the right way?