I am trying to integrate my API into an android app. My API uses jets at the moment and I would like to add an API key strategy to it. So that for mobile app API keys are used and web applications jwts are used. Am new to authentication and I want to secure my API using API keys.