forked from barneygale/authserver
-
Notifications
You must be signed in to change notification settings - Fork 0
JunctionAt/authserver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple minecraft authentication server. It can be used by a server admin to build a sign-up process that requires a valid minecraft account, or to tie accounts to existing website users. To use, extend authserver.AuthServer, adding your own logic to handle_auth. You can return either a string to kick the user with, or a twisted.defer.Deferred which will fire with the kick message. See demo.py for an example. Requirements: * python 2.7 * pycrypto * twisted
About
A skeleton minecraft server which kicks users when they log in successfully
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published