Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Floor-Gang/authserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Authentication Server

While writing commands for Floor Gang bot it's good to make sure that a given user has the permissions to run a command if it's related to administrating. This program acts as a local process which can be communicated to with RPC+HTTP. This allows any command to phone-in and see if a certain member has the permissions to run a command.

Setup

You need Go.

$ go build

It will then create an executable. Run it once, fill out the configuration, and you're ready to go. To communicate with this process use the authclient

Versioning

X.Y

  • X: A major change has happened, please update your code.
  • Y: A patch was implemented.

About

Authenticate command usage for any bot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages