I am currently integrating our system, with an external api. I am using httparty to facilitate the integration.
When I do auth with the external-api we are provided with a JWT, is there a best practice for storing this JWT for future requests in ruby?