Store JWT as a global variable?

I am using node JS API`s to login user and get the JWT, so how can I store the JWT as a global variable and use it to GET/POST user assets to/from MongoDB?

I got the answer, :wink: Using GameInstance