CORE // EXTRACTION
All news

JWT Auth for Game Client

Game client sessions now use signed JWT tokens validated by the Edge server on every connection.

Security highlights

  • No passwords stored on the player device
  • No plaintext credentials in transit
  • Short-lived tokens with server-side validation

Portal login issues tokens through the same identity system, keeping web and in-game access aligned.