After decrypting the JWT received from request on your side, you can:
- validate epoch time (iat) to check if it is not expired
- validate the client using its (name)
- validate the secret received from token, it should be same as given to particular client