Key-auth with Bearer <token> prefix before and after key-auth

Hi there, I need my key-auth plugin to accept the Bearer prefix in my Authorization Header, like this:

Authorization: Bearer my-token

But I cannot find how to do that.

I need that the “Bearer” prefix it’s used to acess the services too, after the key-auth.
I have already tried to use the request-transformer to remove the “Bearer” before key-auth and then another request-transformer to add the “Bearer” after key-auth, but I cannot use two instances of the same plugin on the same service, right?

Can someone help me?

An example of my token: Authorization: Bearer 032f1c37-d902-47d0-8b82-75af7dk5f609