hello,
I try get data all users with api management with function getAll … I get jwt via API Explorer and expiration of this jwt is 86400 seconds (1 day )… Now when I try use this function I get this errror :
resulted in a `401 Unauthorized` response:
{"statusCode":401,"error":"Unauthorized","message":"Expired token received for JSON Web Token validation","attributes":{ (truncated...)
My question is how to takes token automatically in each use API or when token is expired I get other token automatically
thanks for advanced