'Can I use JWT encryption to encrypt query params in a redirection url
I have an App that redirects to another web app with a stringified payload in the URL query param.
eg: https://testapp.com?payload=<encrypted payload>
I don't want the payload to be exposed to the outside world. Can I use JWT to encrypt the payload string and then the web app can decrypt it once the redirection has happened? An example is appreciated if possible.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
