I am implementing some REST services. All my tests are done using SoapUI. I recently decided to use JSON Web Token (JWT) for authentication, but I could not find support for this in SoapUI (native installation or plugins, nothing).
I found some online generators, such as http://jwtbuilder.jamiekurtz.com/ , but all the fields to copy / paste in SoapUI again and again for each test test are ineffective at all.
I am wondering if there is a way to test JWT stuff in SoapUI or maybe I need another tool. Any tips?
Thanks!
source share