Enterables: All products 50% off

JWT

P0mme - 코드 플러그인 - 2024/04/23
평점 없음

Easy JWT. Generate, send requests, and use your data with utmost simplicity.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.2 - 5.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

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).

기술적 세부사항

Features:


  •  Generate a JWT ( Json Web Token)

Custom Header

Custom Payload

Validity

Multiple Hash Algorithm

Encode Secret Key In Base64


  • Send an async request to your API/Server (HTTP and *HTTPS)

Token

URL

Type : ( GET, POST, PUT, DELETE, PATCH, HEAD and OPTIONS)

Callback

  •  Easy parse Json to FString
  • Token verification (Is Token Expired and Verify Token)

 

Code Modules:

  •  JWT (Runtime)

 

Number of Blueprints: 9


Number of C++ Classes: 1


Network Replicated: No


Supported Development Platforms: Win64, Mac


Supported Target Build Platforms: Win64, Mac


Documentation: https://github.com/P0mmeDeTerre/JWT/wiki


Important notes : * HTTPS requests will skip SSL verification ( no SSL certificate is required to send a HTTPS request)