POST acs/jwt/verify

Resource URL

http://erecord.toulouse.inra.fr:8000/acs/jwt/verify

Try it


Description

Checks the veracity of a token (JSON Web Token) value, returning the token value if it is valid.

Help

A JWT value is available for a limited duration. For more, see JWT in practice

Request parameters

Required : token.

  • token : JWT value to be verified.

Response result

“token” : the returned result is the JWT value if it is valid.

Example

under construction

More

This resource is part of Web API ‘acs’