I have a payload that I encode as:
token = JWT.encode payload, ENV[\'JWT_SECRET\'], \'HS256\'
This gives me a proper token w