Public RSA keys
This chapter contains information about our public RSA keys.
They are only useful when you're developing your own External Game Backend.
The keys allow you to validate the identity of players and ensure the credibility of our event requests.
Internal key
The "internal" public key is used to verify request from our architecture. You can get it with:
elympics pubkey internal
For details on how to verify requests refer to request verification.
Users key
The "users" public key is used to validate authenticated players. You can get it with:
elympics pubkey users
You can use this key to validate JWT tokens of players.