By Manuel Lemos
Web service APIs are nowadays normal ways to provide services from one Web application to one or more client applications.
Often Web service APIs exchange data in plain text format. If the exchange of information is intercepted by people with bad intentions, the exchanged data may be altered.
This package provides a working example of an API that implements CRUD operations and uses JSON Web Tokens (JWT) to assure the integrity of the exchanged data.
Source: Read MoreÂ