I am generating the Jwt token in this way.
public String generateToken(String email,long id) { Map claims = new HashMap<>(); c