Basic auth

From EventScripts Community Encyclopedia

This article is a stub. You can help by adding to it.

basic_auth is a very basic AuthorizationService provider that ships with EventScripts. It allows you to add STEAMIDs of players you wish to use admin-only and poweruser commands.

Add this to the beginning of your autoexec.cfg (add your own steamids):

es_load examples/auth/basic_auth
BASIC_AUTH_ADMIN_LIST "STEAM_ID_LAN;STEAM_0:0:571273;"
 
//Replace the red part with your normal steamid, or as many STEAMIDs as you want with semicolons.
 
// ...
// ... all your other es_load lines 
blog comments powered by Disqus