I need to make JSONP REST calls in one of our app. In order to authenticate I got to supply JWT token in url.
I got some idea about its security aspects through this post.
Is it safe to put a jwt into the url as a query parameter of a GET request?
However, I'd like to understand a little more about how could one supply JWT token to JSONP in more secure way.
I may not be able to furnish more details about my app but believe me we haven't to use JSONP for seeving some specific need.
Thanks a lot.