Java
JVM
REST
JSON Web Token handling with Rest Assured
JSON Web Token is a very popular way of securing web applications and APIs. This article is a basic guide of how to handle JWT and create simple test cases with the Rest Assured library.
Read all