Kong multiple Authentication

Good morning Kong Nation,

I’m using Kong for managing API’s and i want to use two kind of authentication, one to access all kong system(OAuth2 for example) and the other to access some API (JWT for example). So how can i proceed ?
Because if want to call an API i should send two tokens(OAuth2 and JWT) and this is not possible?
So if you have any solution to do this please tell me