rocket-api-base 0.2.0

Base utilities for secure API construction with Rocket.rs
Documentation
1
2
3
4
5
6
{
  "result": "error",
  "error_message": "Invalid JWT token! The token signature does not match and the integrity of the token cannot be verified",
  "error_code": 403,
  "content": {}
}