설명
JWT or Json-Web-Token defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed.
The plugin enables you to create a JSON web token and send requests to your API/Server with ease. You can adjust the Payload, Headers, Validity, Hash algorithm, and Base64 encoded key as needed for the Generate JWT function and adjust Request type ( GET, POST, PUT, DELETE, PATCH, HEAD and OPTIONS) forthe Send Request function. After receiving the server's response, you can easily convert your JSON data to FString (check the documentation for more details about converting JSON to FString).
포함된 포맷
- versions