Sessions

How AEGIX keeps your session secure.

Session token

  • A session token is stored locally and sent as a bearer token.
  • The server validates it on every request.
  • Switching wallets invalidates the prior session.
  • Challenges are domain-bound, nonce-based, and time-limited to prevent replay.