global

def set_jwt

def set_jwt
  set_jwt_token(JWT.encode(session, jwt_secret, jwt_algorithm))
end