JWT (JSON Web Token)¶
Authentication is required to run softwares.
POST jwt/obtain¶
URL
http://147.100.179.250/api/jwt/obtain
Description¶
To get a JWT (JSON Web Token) value.
Request parameters¶
username of the ws user (mandatory)
password of the ws user (mandatory)
Request response¶
JWT value
Example¶
Under construction
POST jwt/verify¶
URL
http://147.100.179.250/api/jwt/verify
Description¶
To verify a JWT (JSON Web Token) value.
Request parameters¶
jwt : value of the JWT to be verified (mandatory)
Request response¶
Says if the JWT is available or not.
Example¶
Under construction