This example shows concepts below:
- [UE5] how to authenticate EOS with external auth token. For this case, Steamworks auth ticket is used.
- [UE5] how to generate EOS JWT
- [Typescript] how to verify EOS JWT
To verify JWT, you need to install extra typescript libraries:
npm install jsonwebtoken jwks-rsa @types/jsonwebtoken @types/jwks-rsa