Can I store my users JWT in Kong?

Hi everyone, how u guys doing?

I have a microservice call Account, responsible for authorization and authentication. When a user is authorized he receive a JWT for future requests.

My question is: Can I Store this JWT in Kong cache and config Kong for checking if the future requests has a cached token?
If not returns a 401 if yes pass through the microservices.