Bot authentication: Difference between revisions

From Kaboom Wiki
Create stub
 
No edit summary
 
Line 9: Line 9:
It is most commonly used to allow trusted players to execute dangerous commands.
It is most commonly used to allow trusted players to execute dangerous commands.


=Hashing=
==Hashing==
{{Stub}}
{{Stub}}

Latest revision as of 06:20, 12 August 2026

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]