Hey Team,
The client raised a request if there was a way to organize the JWT RSA private key token so that he does not have to input the entire string and can replace it with a variable so that it looks organized. As there are around 120 words in the token and when they use it so it looks weird and if anything gets added to it or even if a single word is missed or misspelled, it may expire the token. Also, it can expose the other details as well. So is there a way to keep the token in a variable and then use it in the URL?