Bot authentication

From Kaboom Wiki
Revision as of 05:12, 4 August 2026 by Opt (talk | contribs) (Create stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bot authentication is the process of verifying the identity of a connected Kaboom player.

Some common uses are:

  1. Allowing trusted players to execute potentially dangerous commands
  2. Protecting a username and preventing others from logging in with it
  3. Implementing a whitelist system

It is most commonly used to allow trusted players to execute dangerous commands.

Hashing[edit]